https://github.com/kernoeb/geobtenu
Tool for GeoGuessr / Geography (flags, countries, pictures, metas)
https://github.com/kernoeb/geobtenu
flag geography geoguessr tool
Last synced: 5 months ago
JSON representation
Tool for GeoGuessr / Geography (flags, countries, pictures, metas)
- Host: GitHub
- URL: https://github.com/kernoeb/geobtenu
- Owner: kernoeb
- License: apache-2.0
- Created: 2021-01-16T12:41:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T00:07:18.000Z (about 3 years ago)
- Last Synced: 2024-05-01T16:25:22.177Z (about 2 years ago)
- Topics: flag, geography, geoguessr, tool
- Language: Vue
- Homepage: https://geobtenu.netlify.app
- Size: 36.9 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Géobtenu
[](https://app.netlify.com/sites/geobtenu/deploys)
## Informations
Site web réalisé en [Nuxt.js](https://nuxtjs.org/) pour obtenir (d'où le jeu de mot dans le nom) rapidement des informations sur un pays, pour GeoGuessr ou la géographie en général.
Le site final est statique, mais au moment du build, le summary de la page Wikipédia est fetch et ajouté dans la page du pays.
J'utilise [Nuxt Content](https://content.nuxtjs.org/fr/) pour afficher le contenu des markdown (c'est d'ailleurs sur ces markdown que vous pouvez réaliser une pull request : regardez par exemple le fichier `content/countries/al.md`)
## Build
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).