Giter VIP home page Giter VIP logo

fuzzyplate's Introduction

fuzzyplates

This is a boilerplate for all your derpy app ideas. Quickly create a typical Silicon Valley one-pager explaining your app at a high-level and collect e-mail sign-ups from those interested. The e-mails will be collected and stored on your Evernote. With this, you can create as many of these fuzzyplates as you want and keep track of how good an idea is in one place (your FuzzyPlates Subscribers notebook!)

Setting up

Documentation is lacking right now, but basically you'll need to:

1. Obtain an Evernote API key

You'll need to go to dev.evernote.com to grab an API key and secret. Store these in config.json.

2. Get your OAuth access token

Run the app by typing

node app.js

in your terminal. Go to http://localhost:1820/oauth. Sign in with your personal Evernote account and allow access to your notebooks.

Note: We will ever only create notebooks and notes.

Once you authorize us, check your terminal. You should see a console message which begins with "OAUTH_ACCESS_TOKEN:". Copy your access token and paste it in config.json.

3. Remove oauth paths in app.js

In app.js, remove lines 65-69:

// DELETE BELOW AFTER OAUTH
app.get('/oauth', oauth.oauth);
app.get('/oauth_callback', oauth.oauth_callback);
app.get('/clear', oauth.clear);
// DELETE ABOVE AFTER OAUTH

This is so no one can reconfigure where your subscriber's e-mails will end up.

4. Configure config.yml to your liking

You can check either config.yml.template for an empty skeleton or config.yml for a working template.

5. Request Evernote to activate your API key for production

This is sort of a pain, but Evernote requires you to request production access for your API key. Go to dev.evernote.com, click on "Resources" drop down menu and select "Activate an API key".

6. Remove .gitignore

Just delete the file. You won't need it.

7. Deploy!

Create a new project in heroku, and deploy. It should work right out of the box!

Guide

Fuzzyplate is built on the notion of 'n-columns'. The idea is that every section contains n (user-defined) columns. A text-only section can be considered 1-column. You can configure what shows up in these columns (quotes, plain text, images). You can also add pre-column text for your section.

Check out the demo! The config.yml file is checked into this repo as well for your reference.

Coming soon: detailed step-by-step guide for config.yml

fuzzyplate's People

Contributors

lunchbag avatar

Watchers

James Cloos avatar Andy Jiang avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.