Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Web client for Owl, a real-time data viewer and server for GetData

License

Notifications You must be signed in to change notification settings

jocelyn-stericker/owl-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owl-webapp

owl-webapp is a web client for Owl, a real-time data viewer and server for GetData. It uses Facebook React.

Setup and Usage

npm install
npm run build
python -m SimpleHTTPServer 8000 # Or use your favourite web server.

Development

You can watch changes with:

npm run dev-server
python -m SimpleHTTPServer 8000

Troubleshooting

  • Debian/Ubuntu users may need to alias or link nodejs to node.

    sudo ln -s /usr/bin/nodejs /usr/bin/node
    
  • In the webapp, remember the 'ws:https://' prefix when connecting to Owl server.

About

Web client for Owl, a real-time data viewer and server for GetData

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published