Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 709 Bytes

File metadata and controls

25 lines (16 loc) · 709 Bytes

GitHub Trending Archive

Archive of the GitHub daily trending git repositories

The repository follows:

Install

Add bin/archive-trending to your crontab.

crontab -l | { cat; echo "0 0 * * * $(pwd)/bin/archive-trending"; } | crontab -

Run server

Make the archive available from HTTP by running bin/serve. It will be available on http://0.0.0.0:8080. The default port can be change by setting environment PORT

$ PORT=8000 ./bin/serve