6.0.0 • Published 7 years ago

swapcdn v6.0.0

Weekly downloads
18
License
-
Repository
-
Last release
7 years ago

SwapCDN

This is the source code behind https://swapcdn.glitch.me.

Have questions about SwapCDN? See the FAQ.

Installing

  1. Install Node.js.

  2. Clone this git repo (fork it first if you plan to make changes).

    git clone git://github.com/yoginth/swapcdn.git
  3. Install dependencies.

    cd swapcdn && npm install
  4. Start the local server.

    npm start
  5. Browse to http://localhost:5000/ and you should see SwapCDN in action.

Running Tests

npm test

Contributing

Want to fix a bug? If it's something small, just send a pull request. If you want to add a new feature or make significant changes, please get in touch and ask if I'm interested before doing the work.