Skip to content

HongkunGe/nostalgic-pluto-database

Folders and files

NameName
Last commit message
Last commit date
Aug 1, 2015
Jul 26, 2015
Jul 26, 2015
Jul 26, 2015
Jul 27, 2015
Aug 1, 2015
Aug 3, 2015
Jul 26, 2015
Jul 26, 2015
Aug 3, 2015

Repository files navigation

nostalgic-pluto-database

Back end for nostalgic-pluto project.

Files

The nostalgic-pluto-database has files as below:

  • server.js

    This file contains the server side main code for your application written using the express server package.

  • app.js

    This file contains the server side start code for application written using the express server package.

  • public/

    This directory contains public resources of the application, that will be served up by this server

  • package.json

    This file contains metadata about your application, that is used by both the npm program to install packages, but also Bluemix when it's staging your application. For more information, see: https://docs.npmjs.com/files/package.json

Operations

The API operations include:

Objects

The format of object in the database is:

{
	name: String,
	time: String,
	description: String,
	level: {
		ok: Number,
		poor: Number,
		crit: Number
	},
	loc: {
		type: { type: String },
		coordinates: [Number]
	}
}

Especially, time format is YYYY-MM-DDThh:mm:ssTZD

=======

65cb25b0c785f509be55284690722b5f2a52d9b8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published