Skip to content

A simple node.js application to proxy Imgur images.

Notifications You must be signed in to change notification settings

adentallon/Node-Imgur-Proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Imgur Proxy

A simple script that takes the imgur image hash code and returns back the image.

Instructions

To use, you must first have an Imgur Client ID. Get one of those by registering an application here: https://api.imgur.com/oauth2/addclient

Insert your client ID into app.js on the line:

req.imgurClientId = 'xxx';

Run npm install and then node app.js

Browse to http://localhost:9000/IMGURHASH to see the image.

Credits

This node.js project is SIMPLE and is a work in progress. Please feel free to contribute or file bugs.

About

A simple node.js application to proxy Imgur images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%