meteor/localmarket

Name: localmarket

Owner: Meteor

Description: Localmarket example application

Created: 2016-03-03 07:07:25.0

Updated: 2017-12-12 09:45:48.0

Pushed: 2017-04-03 12:39:36.0

Homepage:

Size: 5410

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Local Market

Local Market is an open source app powered by Meteor and made by Percolate Studio. In this example app we explore intermediate techniques:

Configuring Twitter

By default, Local Market comes configured with credentials for a shared Twitter app. You can also use credentials for your own Twitter application. Here's how:

  1. Register your application on Twitter:

  2. Sign in and create your app on Twitter's App Dashboard

  3. Set Callback URL to anything, but don't keep it blank. (Meteor apps use OAuth 1.0a, which doesn't require setting this field)

  4. In the “Settings” tab, enable “Allow this application to be used to Sign in with Twitter”

  5. In the “Permissions” tab, give the app “Read and Write” access.

  6. Configure your Twitter credentials in your Meteor app:

  7. Go to the “Keys and Access Tokens” tab.

  8. Create a settings.json file that won't be in source control with the following contents:

    
    tter": {
    onsumerKey": "<Copy value from Consumer Key (API Key)>",
    ecret": "<Consumer Secret (API Secret)>"
    
    
    
  9. Now you can run or deploy your copy of Local Market with the --settings path/to/settings.json option.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.