Skip to content

pinceladasdaweb/Nodegram

Repository files navigation

Nodegram

Display your latest Instagram photos with Node.js.

Getting Started

# Get the latest snapshot
$ git clone https://github.com/pinceladasdaweb/Nodegram.git myproject
$ cd myproject
$ git remote rm origin

# Install NPM dependencies
$ npm install

How to Configure

Open the file config/config.js and fill in your details:

Name Description
pageTitle Configure the page title here.
pageSubTitle Configure the page subtitle here.
aboutText Configure the about text here.
email Put your contact email here.
social Configure your social links here.
copyright Insert your company name here.
access_token Insert your instagram access token here.
count Number of photos to display.

How to obtain a Instagram Acess Token

See the wiki how to get your token

How to run this project

With the completed settings, run the following command in the terminal:

$ npm start

How to customize CSS

Open files in public/css/souce/ and customize as you wish. Then run the following command in the terminal to make the CSS minification:

$ grunt

Browser Support

IE Chrome Firefox Opera Safari
IE 9+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Contributing

Check CONTRIBUTING.md for more information.

History

Check Releases for detailed changelog.

License

MIT