A project intended to modernize interfaces for the Free Internet Chess Server using node and AngularJS.
The bulk of interaction with the FICS server is handled in the separate fics module. All interaction between the user, the express application occurs in this project.
All contributions are welcome. The application can be installed locally by
running npm install
in the repository root directory. Running npm start
will start the application running on port 8000.