Skip to content

revisitors/revisit.link-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter revisit.link Service

Ryan made a glitch sample app for revisit.link. I cloned it and edited it a little to make it more bare bones/general use. You can use it to build your own revisit.link service on top of it, if you want.

HALP WANTED

Suggestions or problems? Submit an issue here, or find me on the webs--I'm rhodesjason on freenode and @rhodesjason on Twitter.

Even better: submit pull requests to improve documentation, add a better example, add examples to the lists below, etc etc.

DO IT DO IT DO IT

How does it work?

Setup

  1. Clone this repo
  2. Run npm install from the new directory
  3. Make a new GitHub repo for your code, copy the SSH link
  4. Use git remote set-url origin <new repo url> to point your code to your own repo

Transform

  1. In transformer.js, write code to do your transformation to the image buffer. (See below for examples of how others are doing these transformations.)
  2. Make sure your exported function returns the modified image buffer (or change the code in index.js to not expect a buffer)
  3. Add dependencies as needed with npm install --save <libname>
  4. Test your code locally by running npm start from the repo directory and opening http://localhost:8000 in your browser

Note: if you change the name of this lib, make the corresponding changes in index.js

Deploy

  1. Find hosting for your app (see below for some example options)
  2. Point a domain or subdomain A record at your new hosting IP
  3. Deploy code to the hosting provider
  4. Run the index.js file as a service using something like forever or nodemon
  5. Copy the URL/port where your app is running
  6. Oh yeah, make sure it's actually running still...

Style the test page (if you want?)

  1. You can style the root test page however you want
  2. html is in index.html
  3. CSS/JS are in public

Add to revisit.link

  1. Go to https://github.com/revisitors/revisit.link.hub
  2. Switch to the master branch if you're not already there
  3. Navigate to config/services.json, click the "edit" icon
  4. Add your service details
  5. Commit your changes (right in the browser because future) and submit the pull request

Transformation libraries and options

Hosting options

There are tons of other ones but these seem like two solid options:

For DO you don't even really need to use the nginx part, you can just use the yourdomain.com:8000 URL for something like this as many are doing.

About

Quick skeleton revisit.link service in node.js, generalized from kid-icarus's glitch-api-example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published