From e067f7abb41c909eb2ea85cd89f496290559acc4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 4 Jul 2016 17:23:25 -0400 Subject: Add some projects --- _data/projects.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/projects.yml b/_data/projects.yml index 1c7dec0..31579a1 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,9 +1,20 @@ +- name: "npm package for active911" + description: "A JavaScript package that is a wrapper for the Active911 API that I made while developing the MCEMS dispatch console backend." + tech: "Node.js, npm" + github: "benburwell/active911" + live: "https://www.npmjs.com/package/active911" + - name: "BergEMS.org" description: "An EMS agency management web application for tracking member records, scheduling shifts, and more." tech: "Node.js, Express, MongoDB, Heroku, jQuery" github: "benburwell/MCEMS-Site" live: "https://www.bergems.org/" +- name: "MCEMS Dispatch console" + description: "A React web app enabling pages to be quickly sent via Active911 to on-duty EMTs" + tech: "React, Bower, JavaScript" + github: "mcems/dispatch" + - name: "actiondoc" description: "Actionhero is a great API framework for Node.js that lets you automatically document your API in JSON. Actiondoc takes that one step further and provides a beautiful interface for your API's documentation." tech: "Angular" -- cgit v1.2.3