Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herol3oy/wiki-tops
🔥Browse the top Wikipedia articles based on the selected language and date
https://github.com/herol3oy/wiki-tops
nextjs react tailwindcss wikipedia-api
Last synced: 8 days ago
JSON representation
🔥Browse the top Wikipedia articles based on the selected language and date
- Host: GitHub
- URL: https://github.com/herol3oy/wiki-tops
- Owner: herol3oy
- Created: 2023-08-10T11:03:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T17:09:38.000Z (about 1 year ago)
- Last Synced: 2023-11-12T18:23:29.827Z (about 1 year ago)
- Topics: nextjs, react, tailwindcss, wikipedia-api
- Language: TypeScript
- Homepage: https://wiki-tops.vercel.app
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔥 Wiki tops
Browse top wikipedia articles based on the language and date.
## stacks:
- React
- Next.js
- Tailwindcss## API Usage
```javascript
;`https://wikimedia.org/api/rest_v1/metrics/pageviews/top/${selectedLanguageCode}.wikipedia.org/all-access/${year}/${month}/${day}`
```## API Reference
```
https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageviews
```## Run development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Screenshot