Skip to content

Commit

Permalink
Updating for Node 12.11 and October's meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfekke committed Sep 26, 2019
1 parent 547efa3 commit cd0267b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "10.16.2"
- "12.10.0"
- "12.11.0"
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:12.10.0
FROM mhart/alpine-node:12.11.0

RUN npm install -g yarn

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ This is the source code for the JaxNode website.
[![Build Status](https://travis-ci.org/davidfekke/jaxnode.svg?branch=release)](https://travis-ci.org/davidfekke/jaxnode)
[![Coverage Status](https://coveralls.io/repos/github/davidfekke/jaxnode/badge.svg?branch=master)](https://coveralls.io/github/davidfekke/jaxnode?branch=master)
[![Node v8](http://img.shields.io/badge/node-v10.15.3-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v12.10.0-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v12.11.0-brightgreen.svg)](https://nodejs.org)

The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com).

Expand All @@ -20,7 +20,7 @@ They are as follows;
* process.env.twitter_atk = Twitter access_token_key
* process.env.twitter_ats = Twitter access_token_secret

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

Copyright 2019 David Fekke

Expand Down
8 changes: 4 additions & 4 deletions data/nextmeeting.json
@@ -1,10 +1,10 @@
[
{
"id": "263966783",
"name": "Lets build a Kanban board with Vue.js and Vuetify",
"time": "Thursday, September 19, 2019",
"event_url": "https://www.meetup.com/Jax-Node-js-UG/events/263966783/",
"description": "",
"name": "SwiftUI Framework for JS Devs",
"time": "Thursday, October 17, 2019",
"event_url": "https://www.meetup.com/Jax-Node-js-UG/events/265184136/",
"description": "Apple just released their SwiftUI framework in iOS 13, tvOS 13, watchOS 5 and the soon to be released macOS Catalina. SwiftUI is Apple's reactive UI framework for building user interfaces with less code. If you have used React or React Native, this framework should look familiar to you because it uses many of the same paradigms as React. \n David Fekke will be giving this presentation on the SwiftUI framework. He will cover SwiftUI and the Combine framework, as well some of Google's plans with their Compose framework. David is the chief Mobile Architect for Swyft Technology and the organizer for the JaxNode User Group. \nOn a side note, this will be our last meeting of the year. Please attend if you can.",
"venue": {
"name": "Availity",
"address_1": "5555 Gate Pkwy #110",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"supertest": "^3.3.0"
},
"engines": {
"node": "12.10.0"
"node": "12.11.0"
},
"license": "Apache-2.0"
}
9 changes: 1 addition & 8 deletions views/index.hbs
Expand Up @@ -26,15 +26,8 @@
<div class="panel-body" id="meeting-description">
<div>
{{{meeting.description}}}
<p>
We are happy to have Woodie Westbrook back to present on Vue.js. Vue.js has grown in popularity over the past year and is seeing more and more adoption everyday. Let's build an app we have all used, a kanban board in Vue.js and see why more and more people are choosing Vue.js for their SPA and front-end library. We will also use Vuetify, a popular progressive material framework for Vue, Vuex, a state management library for Vue, the Vue router, and the latest version of the Vue CLI. We will discuss app architecture, best practices, and at the end of the meeting hopefully have a working kanban board!
</p>


<strong>About Woodie Westbrook</strong>
<p>Woodie Westbrook has been writing applications since the late 1980s
and has worked across many sectors of government and private industry. He is a US Army veteran, college drop-out, American Mensa member, and brutal pragmatist with a lack of self-preservation instincts and has a propensity for injury. He loves good science fiction, craft beer, and going really fast on anything with two wheels. When not working he enjoys Nerf gun wars with his son, movie night with his wife, long walks with his Doberman, and off-road motorcycle racing.</p>
</div>
<p>&nbsp;</p>
{{#if displayMap}}
<div id="map-canvas" class="pull-left"></div>
<div id="addressWell" class="well well-lg pull-left">
Expand Down

0 comments on commit cd0267b

Please sign in to comment.