Random Geojson is an open source tool for generating random point, line and polygon data within a user-defined boundary. It was created using of Materialize, Turf JS and Mapbox GL JS. View demo
Clone application
git clone https://github.com/Grace-Amondi/random-geojson.git
Move into the ordinary_kriging directory
cd random-geojson
Change .env.example to .env and Set your mapbox access token.Install node modules
npm install
Run application
npm start
Open application at http://localhost:1234
To build the app for production,
npm run build
Navigate to /dist folder and deploy to surge or github pages