Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 501 Bytes

NEMO OData Express

A lightweight app to serve a static OData feed for testing. Provides necessary response types, custom headers such as OData-Version, and automatic @odata.context domain so that programs like Power BI don't complain.

Development

Requirements

  1. Node.js

Usage

  1. npm install
  2. npm start (automatically watches for changes)
  3. Visit http://localhost:3000/odata/v1

Updating the data

Edit the files under routes/ and view the changes in your browser.