Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Valentine Generator

Generate a Valentine for Your Sweetheart

This is a demo of Algorithmia's Generate Random Love Letter algorithm. Provide the name of the letter's recipient, and get a random letter.

See this demo in action

This demo can be viewed at https://algorithmia.com/demo/valentines

Run it yourself

This demo only contains frontend code and requires no specialized hosting (or even a server).

  1. download the repository
  2. edit /JavaScript/valentines/public/js/main.js to place your own API Key (free signup) in the line containing Algorithmia.query
  3. if you have not already, run the setup steps outlined in /PUBLISH.md
  4. build the demo: grunt build:valentines
  5. open /build/valentines/index.html in a web browser Find more information in the Algorithmia Developer Center or the API Docs.