Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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