This is a website which visualises various changes to Wikidata in quasi-real-time. Wikidata is a collaboratively edited knowledge base hosted by the Wikimedia Foundation. The data visualised by our website will aid users of Wikidata to identify malicious edits to its databases.
You will need to have installed:
- Nodejs
- NPM
- Clone the GitHub repository
git clone https://github.com/isobelm/Software-Engineering.git
- Navigate into the cloned GitHub repository
cd Software-Engineering
- Install the dependencies
npm install
- Run the server locally
npm start
The website should now have opened on your default browser. The server is hosted on http://localhost:3000
- JavaScript - Code language used
- ReactJS - Web framework used
- React Bootstrap - CSS framework used
- Nivo - Graphing framework used
This project is under the MIT software license. More details can be found in the license file in the repo.