dreemgl
Version:
DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes
10 lines (9 loc) • 319 B
JavaScript
// sign up at https://foursquare.com/oauth/register
// copy this file to config.js and edit the values below
module.exports = {
'secrets' : {
'clientId' : 'YOUR_ID',
'clientSecret' : 'YOUR_SECRET',
'redirectUrl' : 'http://localhost:3000/callback' // This should also be set in your OAuth profile.
}
};