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

https://github.com/unlight/webhive

Web development news aggregator
https://github.com/unlight/webhive

Last synced: 7 months ago
JSON representation

Web development news aggregator

Awesome Lists containing this project

README

          

## TODO

- Create indexes
- BEM names for css classes
- createEntry: use ctx.throw to throw errrors (errorlings?)
- pagination
- graphql

## Development

```sh
docker run -it -p 27017:27017 --rm mongo
npm run dev:api
set API_URL=http://localhost:3000
npm run harvest -- --ant=ant1
```