Hackersplit HTTP API used for processing and caching Hacker News articles and comments.
Used by Hackersplit application.
It’s necessary to get a Mercury Web Parser API token.
It’s recommended to start the application using Docker.
echo "MERCURY_API_TOKEN=token" > api.env
docker-compose up
- GET /api
- GET _api_comment/{id}
- GET _api_comment/subcomments
- GET _api_story/{id}
- GET api_story{id}_comments
- GET api_story{id}_content
- GET _api_topstories
- Add tests.
- Update code to use async.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
The code in this project is licensed under MIT license.