Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 439 Bytes

File metadata and controls

22 lines (13 loc) · 439 Bytes

api.angular.hamburg

This is a prototype of a simple API for angular.hamburg.

A demo version of this API is hosted on now: https://apiangularhamburg-dtrlgcfzjc.now.sh

API

So far, the API only has 1 method:

GET /next-meetup

{
  "date": "January 11, 2017"
}

Development

  • npm start: starts the API server on localhost:80