Api to retrieve css from the wayback machine.
git clone https://github.com/cssstats/wayback-css-api && cd $_
npm i && npm start
curl 'localhost:3000?url=johnotander.com×tamp=20150222'
You can also add the stats
query param to get cssstats back
curl 'localhost:3000?url=johnotander.com×tamp=20150222&stats=true'
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).
This package was initially generated with yeoman and the p generator.