Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/frontpage-api
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. For fetching data to display on NDLA front pages
https://github.com/ndlano/frontpage-api
Last synced: 2 months ago
JSON representation
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. For fetching data to display on NDLA front pages
- Host: GitHub
- URL: https://github.com/ndlano/frontpage-api
- Owner: NDLANO
- License: gpl-3.0
- Created: 2018-05-07T11:12:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:31:39.000Z (about 2 years ago)
- Last Synced: 2024-04-10T18:10:58.615Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontpage API
![CI](https://github.com/NDLANO/frontpage-api/workflows/CI/badge.svg)Fetches data to display on NDLA frontpages
## Developer documentation
**Compile**: sbt compile**Run tests:** sbt test
**Create Docker Image:** sbt docker
**Check code formatting:** sbt checkfmt
**Automatically format code files:** sbt fmt