A web app in NodeJs displaying widgets of services
For deploy on staging please push and commit on develop branch.
The commit is test by travis, then travis push the commit on heroku.
The staging platform is here
never commit directly in master branch
For deploy on production, merge develop branch in master and push. It’s the only things you’re allowed to do on master branch.
The commit is test by travis, then travis push the commit on heroku.
The production platform is here
A web app in NodeJs displaying widgets of services
All widgets take a timer params, it’s represent the time between each refresh (in minute)
Display temperature for city and the current weather (sun, etc..).
It takes one params, the name of the city. ex: Paris.
Display the number of players currently playing.
It takes one params, the id of the steam game. ex: 812140 for Assassin’s Creed® Odyssey.
Display n last posts for a n subreddit.
It takes two params, the name of the subreddit and the number of last posts the user want. ex: funny 5
Display n last posts for a x youtube video. Display a preview of the video.
It takes two params, the id of the video and the number of last posts the user want. ex: Nx4E1htWw8Y 5
Display the number of views for a x youtube video. Display a preview of the video.
It take one params, the id of the youtube video. ex: Nx4E1htWw8Y
Display the number of subscribers of a youtube channels.
It take one params, the id of the youtube channel. ex: UCUaHJ0fTA-1theR8A8Polmw