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
- Host: GitHub
- URL: https://github.com/unlight/webhive
- Owner: unlight
- Created: 2017-10-18T18:07:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:30:54.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:30:47.823Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://webhive-web.onrender.com
- Size: 761 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```