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

https://github.com/sitek94/wikipedia-map

React application for exploring Wikipedia articles, displayed on Google Maps.
https://github.com/sitek94/wikipedia-map

google-maps-api material-ui react react-sweet-state wikipedia-api

Last synced: about 1 month ago
JSON representation

React application for exploring Wikipedia articles, displayed on Google Maps.

Awesome Lists containing this project

README

          

# Wikipedia Map

React application for exploring Wikipedia articles, displayed on Google Maps.

This project was built during **Netguru College: Frontend React** - online workshops organized by [Netguru](https://www.netguru.com/) in March 2021.

## Getting started

### Install dependencies

```bash
$ yarn install
```

### Google Maps JavaScript API

Get your API key from [Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/get-api-key).

Use `.env.example` file to create `.env` file with your own API key.

```env
# Google Maps JavaScript API key
REACT_APP_GOOGLE_MAPS_API_KEY=
```

### Run the app in the development mode

```bash
$ yarn start
```

### Create React App

The app was bootstrapped with [Create React App](https://create-react-app.dev/docs/getting-started)