Instagram Gallery: Storify API example written in Node.js
sfy-gallery
Storify runs on Node.js, therefore why not use it to write an application that demonstrates how to use Storify API? The app will fetch story object and display title, description, and a gallery of the elements/images like this:
Express 4 Update
This is Express 4.x version.
For Express 3.x go to release 0.1.0.
A File Structure
- index.js
- package.json
- public/js/main.js
- public/index.html
- css/bootstrap-responsive.min.css
- css/flatly-bootstrap.min.css
Dependencies
- express: 4.8.1
- superagent: 0.18.2
- consolidate: 0.10.0
- handlebars: 2.0.0-beta.1
Conclusion
Storify API allows developers to retrieve and manipulate stories and elements within the stories. The full description is available at dev.storify.com.