Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/search-api
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. An API to search across multiple NDLA resources
https://github.com/ndlano/search-api
Last synced: about 5 hours ago
JSON representation
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. An API to search across multiple NDLA resources
- Host: GitHub
- URL: https://github.com/ndlano/search-api
- Owner: NDLANO
- License: gpl-3.0
- Created: 2017-06-26T07:31:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:35:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T18:11:02.115Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# search-api
![CI](https://github.com/NDLANO/search-api/workflows/CI/badge.svg)## Usage
API to search across multiple NDLA APIs
For a more detailed documentation of the API, please refer to the [API documentation](https://api.ndla.no) (Staging: [API documentation](https://staging.api.ndla.no)).
## Developer documentation
**Compile:** sbt compile
**Run tests:** sbt test
**Create Docker Image:** ./build.sh
**Check code formatting:** sbt checkfmt
**Automatically format code files:** sbt fmt
### Testing gotchas
You might get unexplainable test errors if you have set a timezone in sbt-settings. Try setting 'SBT_OPTS=-Duser.timezone=CET' in your terminal.