The WikiMeter API is a rate limited ASP Minimal API for my WikiMeter Chromium Extension. It allows users to grab Wikipedia metadata regardless of the CORS origin, circumventing an issue I encounterd during the extension development.
-
Minimal API: A simple API, acting as a router for Wikipedia metadata.
-
Rate Limited: Makes use of ASP middleware for efficient rate limiting preventing misuse.
-
.NET Powered: Utilises the flexibility and efficiency of .NET for expressive and consice code.
- ASP WebAPI: Making use of the minimal API syntax, we get an efficient, simple API with great middleware.
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.
This project is licensed under the MIT License.
- 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!