A sample Heroku application that embeds the comic strip images to a given feed.
git clone https://github.com/leesei/heroku-comics-feed.git
heroku apps:create NAME
git push heroku master
Then visit http:/_NAME_.herokuapp.com/embed/_URL_
, where:
- NAME is the Heroku app name you specified
- URL is the
encodeURIComponent()
-encoded URL of the feed you want to embed comic strips in.
Index page http:/_NAME_.herokuapp.com/
helps to URI-encode feed url.
Check node-comics-feed for supported sites.
To local host the application:
git clone https://github.com/leesei/heroku-comics-feed.git
npm install
node index.js
# or
foreman start