Skip to content

A dead simple node.js server for proxying random.org API into JSON(P) output.

Notifications You must be signed in to change notification settings

Epictetus/random-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Proxy

A dead simple node.js server for proxying random.org API into JSON(P) output.

For example, here is the Random.org call to get an random integer between 1 and 6:

The proxied JSON version:

The proxied JSONP version:

Please note that Random.org does throttle its API and may ban the IP address you use so try not to abuse it.

Install

npm install

Run

node server.js

Deploy on Heroku

heroku create
git push heroku master
heroku open

About

A dead simple node.js server for proxying random.org API into JSON(P) output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published