polltery / twitter-instagram-middleware-client

Coursework for Network Applications (Heriot-Watt University) : A repo to host frontend for middleware services related to twitter and instagram

Home Page:https://polltery.github.io/twitter-instagram-middleware-client/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Applications frontend

About

Front-end for Network application coursework (Middleware services). The front-end will contain interface for the middleware services.

Please visit here for frontend demo.

Getting started

  1. Clone repo git clone https://github.com/polltery/middleware-client.git
  2. Run it on any server

Making changes

If you would like to make changes or add features then do the following, or simply add a new issue via issue tracker.

  1. Fork repo
  2. Send a pull request

Each file contains authors in the comment.

If you work with a file, then please add your name to the authors on the file.

External files

External files and their purpose

  • Angular JS : JavaScript Framework for making web apps
    • Angular core
    • Angular Route service
  • Roboto Font : Font family for theme
  • Bootstrap 3
    • Boostrap CSS Library for UI components
    • Bootstrap JS for UI components
    • jQuery as dependency : JavaScript library (dependency for boostrap)

Note: All external files must be linked to a CDN, and not hosted.

Note: You might get an error related to Cross-origin resource sharing. You may use a chrome plugin to solve this

XMLHttpRequest cannot load http://localhost:8082... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.

Contributors

  • Azeem
  • Apeqsha
  • Balraj
  • Mark

About

Coursework for Network Applications (Heriot-Watt University) : A repo to host frontend for middleware services related to twitter and instagram

https://polltery.github.io/twitter-instagram-middleware-client/#/

License:MIT License


Languages

Language:JavaScript 100.0%