This is a little project by the folks at desmos.com to:
- show the world how easy it is to use the Desmos API
- let the math nerds and math nerd lovers send adorable valentine's day cards
Try it out live at http://mathogram.desmos.com
- Install node (visit www.nodejs.org)
- Clone this repo and navigate to the root of it
- Install dependencies by typing:
npm install
- Run the app by typing:
node app.js
- Visit http://localhost:5000 from your browser
To deploy, you'll need to get an account set up with heroku and follow their instructions here: https://devcenter.heroku.com/articles/getting-started-with-nodejs
Head over to https://www.desmos.com/api to see our API docs. If you'd like your own key (required for any public-facing app), send us an e-mail at [email protected].
We can't wait to see what you build with the Desmos API!