Updated on November 27th, 2015 - Refactored and added Instagram Authentication
npm install
var ids = { facebook: { clientID: 'get_your_own', clientSecret: 'get_your_own', callbackURL: 'http://127.0.0.1:1337/auth/facebook/callback' }, twitter: { consumerKey: 'get_your_own', consumerSecret: 'get_your_own', callbackURL: 'http://127.0.0.1:1337/auth/twitter/callback' }, github: { clientID: 'get_your_own', clientSecret: 'get_your_own', callbackURL: 'http://127.0.0.1:1337/auth/github/callback' }, google: { clientID: 'get_your_own', clientSecret: 'get_your_own', callbackURL: 'http://127.0.0.1:1337/auth/google/callback' }, instagram: { clientID: 'get_your_own', clientSecret: 'get_your_own', callbackURL: 'http://127.0.0.1:1337/auth/instagram/callback' } }; module.exports = ids;
node app.js
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4