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

https://github.com/pyozer/discoverapi


https://github.com/pyozer/discoverapi

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/Gi-jutsu/DiscoverAPI/tree/master.svg?style=shield)](https://circleci.com/gh/Gi-jutsu/DiscoverAPI/tree/master)
# DiscoverAPI

## Installation
```
yarn install
```

## Starting Server
```
yarn start
```

## Starting Development
```
yarn dev
```

## Running tests
```
yarn test
```