Skip to content

A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger

License

Notifications You must be signed in to change notification settings

hj91/json-server

Repository files navigation

JSON Server

A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger

The server listens for POST requests on port 8484, logs the received JSON data to the console and sends a confirmation response.

Prerequisites

  • Node.js

Installation

  1. Clone this repository:

    git clone https://github.com/hj91/json-server.git
    
  2. Install the dependencies:

    cd json-server
    npm install
    

Usage

Start the server: npm start

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Author

Harshad Joshi - hj91

About

A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published