Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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