/lyft-node-starter-kit

Node-based starter kit for building an application with Lyft's public API.

Primary LanguageJavaScriptMIT LicenseMIT

Lyft Node Starter Kit

Node-based starter kit for building an application with Lyft's public API.

Installation (requires node)

git clone https://github.com/jordanpatton/lyft-node-starter-kit.git
cd lyft-node-starter-kit
npm install
node app.js

Configuration

  1. Sign up for a developer account at lyft.com/developers.
  2. Update your config or add the following environment variables:
  • CONFIG_LYFT_CLIENT_ID
  • CONFIG_LYFT_CLIENT_SECRET
  1. Stop your server (Ctrl + C) and restart it (node app.js).

Usage

  • Open localhost in your favorite web browser.

Resources

Questions

Q: What do I do if I get 500 Internal Server Error?

A: Stop your server (Ctrl + C) and restart it (node app.js). In your browser, hard reload.