Skip to content

MartinKolarik/cdnperf

 
 

Repository files navigation

CDNperf Dependency Status devDependency Status

CDNperf monitors popular CDN sites and graphs this data.

Development

  1. npm install
  2. cd config
  3. cp config.template.js config.js and adjust as needed
  4. npm run build to generate the static site

In order to get some test data to show up, please copy http://www.cdnperf.com/data.json to public/.

Hosting

  1. Set NODE_ENV to 'production' (important as this enables view caching!)
  2. Run the app on top of forever or similar

If you are running on Heroku, remember to set environment variables as documented on config.js. See also their documentation on the topic.

License

MIT. See LICENSE for details.

About

CDNperf - JavaScript CDN performance in numbers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 28.4%
  • HTML 12.4%