Skip to content

Web component for obtain the timeline of the social network Instagram using Polymer

License

Notifications You must be signed in to change notification settings

JuanFryS/instagram-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-timeline Build Status

It is a Polymer component for obtain the timeline of the social network Instagram using Polymer

Use

<instagram-timeline access-token="<your_token>" endpoint="<your_endpoint>" language=[<your_endpoint>]></instagram-timeline>

Properties

Properties
endpoint The URL where you must make a instagram requests. You must provide one. Required <String>
access-token The access_token to get the user's instagram Required <String>
component_directory The component directory where the component is. You must provide it when your component directory is different that your project directory. Optional <String>
count The number of pictures per request. Optional Default: 15 <Integer>
language The language in which you want to get the pictures (only allow en (english) and es (spanish) at the moment) Optional Default: es <String>
refresh_time How often the component refreshes the pictures (milliseconds) Optional Default: 60000 <Integer>

Parser Status

  • Date
  • Hashtag
  • Url
  • Username
  • Mentions
  • Likes
  • Comments
  • Like a picture

About

Web component for obtain the timeline of the social network Instagram using Polymer

Resources

License

Stars

Watchers

Forks

Packages

No packages published