WikiMeter API
The WikiMeter Extension is a Chromium Extension to calculate the percentage of Wikipedia you have browsed (and that is in your history).
Features
- Svelte for efficient JS: An extension making use of Svelte's great production builds for an easy to maintain extension
Technologies Used
- Svelte: Using Svelte components rolled up into a manifest v3 Chromium extension
Contributing
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
.
- Commit your changes:
git commit -m 'Add some feature'
. Commit standards
- Push to the branch:
git push origin feature-name
.
- Submit a pull request.
License
This project is licensed under the MIT License.
Acknowledgments
- Inspired by Mathilde Garnier and her infinite data curiosity.
- Special thanks to Wikipedia for openly providing their metadata to users. A world of open knowledge is a good one!
Thanks for your interest in this project!