Skip to content

Jaxnode-UG/jaxnode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Source for the jaxnode.com site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • Handlebars 26.6%
  • Other 0.8%