diff --git a/.travis.yml b/.travis.yml index 4310202..319b168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - "10.16.2" - - "12.10.0" + - "12.11.0" diff --git a/Dockerfile b/Dockerfile index c0302e7..bbea242 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mhart/alpine-node:12.10.0 +FROM mhart/alpine-node:12.11.0 RUN npm install -g yarn diff --git a/README.md b/README.md index 08fb511..3aef8ba 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 diff --git a/data/nextmeeting.json b/data/nextmeeting.json index 0e23651..7a76382 100644 --- a/data/nextmeeting.json +++ b/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", diff --git a/package.json b/package.json index 1455fda..17149b4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "supertest": "^3.3.0" }, "engines": { - "node": "12.10.0" + "node": "12.11.0" }, "license": "Apache-2.0" } diff --git a/views/index.hbs b/views/index.hbs index 799f364..0404c63 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -26,15 +26,8 @@
{{{meeting.description}}} -

- 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! -

- - -About Woodie Westbrook -

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.

+

 

{{#if displayMap}}