github_trending_archive icon indicating copy to clipboard operation
github_trending_archive copied to clipboard

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