Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.73 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.73 KB

cosmos-middleware-neos

We are building a front-end in Neos VR for some data visualizations and monitoring of the cosmos.network which is a proof of stake blockchain project. Cosmos has a REST API and a meteor app that works on top of the API to display various data points. Since Neos cannot directly handle working with a REST API yet, we need to create this middleware that can get the data from the Cosmos REST API and provide it's own endpoints to serve up the pieces of data as text which we can then call into Neos using LogiX. This middleware may have to do some calculations on data before serving up certain endpoints, but those calculations are already figured out in the Meteor app, we just have to reverse engineer it a little to find them.

This project is a Node.js middleware to retrieve the data from the REST API and serve up particular data points.

Partners

Endpoints

read server.js

Running

npm install node server.js

Contributing

Please fork and send a pull request, or ping me to be added as a collaborator so you can branch for pull requests.

License

ISC