UNPKG

podio-js

Version:

Podio Platform JavaScript SDK for NodeJS and the browser

27 lines (17 loc) 486 B
# Podio Client Auth A simple example app for client side authentication against the Platform API. # Installation ``` $ npm install ``` # Configuration Make sure to add your clientId in the [config file](https://github.com/podio/podio-js/blob/master/examples/client_auth/public/javascript/config.js). Also, go to the root of this repository and compile PodioJS by running ``` $ npm run bundle ``` # Server ``` $ npm start ``` The app is accessible through http://localhost:3000