Skip to content

Instagram Gallery: Storify API example written in Node.js

Notifications You must be signed in to change notification settings

azat-co/sfy-gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Instagram Gallery: Storify API + Node.js = <3

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.

About

Instagram Gallery: Storify API example written in Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%