Skip to content

gallotamas/falcon

Repository files navigation

Falcon test

Test application for falcon.io to demonstrate a few concepts (REST, websockets, data visualization). All requested features are implemeted.

Quick start

# install dependencies
npm install

# build the project using angular-cli
npm run build

# run the server
node app.js

Alternatively you can just run npm install and npm start to install and run the application.

The application will start on http://localhost:3000

Tools & Technologies used

Remarks

The application was optimized for Chrome an Firefox.

Normally, you could use npm run build-prod for building the production version of the app but currently there is an issue in angular-cli with ng build -prod that causes the production build to fail.

Improvements possibilities

  • Write tests. :)
  • Use a spinner when there is a data loading activity in the background.
  • Validation (it was not required).
  • Improve reach graph.
  • Make more properties editable on the edit publishing item page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published