Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

ip-info

## 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**.