Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.19 KB

Source for JaxNode.com

JaxNode Logo

This is the source code for the JaxNode website.

Build Status Coverage Status Node v8 Node v9

The website can be viewed at https://www.jaxnode.com.

There are five environment variables that need to be set up in order to use the feed and the twitter. They are as follows;

  • process.env.meetupapi_key = Meetup API Key
  • process.env.twitter_ck = Twitter consumer_key
  • process.env.twitter_cs = Twitter consumer_secret
  • process.env.twitter_atk = Twitter access_token_key
  • process.env.twitter_ats = Twitter access_token_secret

Upgraded to Node.js v14.11.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await.

Copyright 2020 David Fekke