Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swimshahriar/ip-info
Ip-Info is a tool that you can use to find the details about an IP address.
https://github.com/swimshahriar/ip-info
mapbox-gl nextjs vercel
Last synced: 7 days ago
JSON representation
Ip-Info is a tool that you can use to find the details about an IP address.
- Host: GitHub
- URL: https://github.com/swimshahriar/ip-info
- Owner: swimshahriar
- Created: 2020-10-31T10:54:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T14:53:43.000Z (over 4 years ago)
- Last Synced: 2024-12-20T16:15:41.694Z (2 months ago)
- Topics: mapbox-gl, nextjs, vercel
- Language: JavaScript
- Homepage: https://ip-info.vercel.app/
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Live
Link: [https://ip-info.vercel.app](https://ip-info.vercel.app/)
## Description
Ip-Info is a tool that you can use to find the details about an IP address.
## Getting Started
First, install the packages and then run the development server:
```bash
npm install
# or
yarn install# then
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
### Environment Variables
You can get the `NEXT_PUBLIC_MAPBOX_API_KEY` from [www.mapbox.com](https://www.mapbox.com/). Map will not work, if the variable is empty. Replace your api key with `NEXT_PUBLIC_MAPBOX_API_KEY` in **components/MapBox.jsx**.