Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dominickolbe/lost-my-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🙌 🙌 🙌

Lost My IP

Get User Location based on the IP


Getting Started

Prerequisites

This project is created and tested with the following setup:

  • macOS Ventura Version 13.5
  • node v18.16.0
  • npm v9.6.5
  • yarn v1.22.19

supabase

Install the Supabase CLI with Homebrew

brew install supabase/tap/supabase

Update the Supabase CLI

brew install supabase/tap/supabase

If you have any Supabase containers running locally, remember to restart them after upgrading to use the new features.

npx supabase stop --no-backup
npx supabase start

Initialize Supabase inside your project using the command

supabase init

Link to your Remote Project using the command

supabase link --project-ref your-project-ref

Create an Edge Function

supabase functions new hello-world

Deploy a specific function

supabase functions deploy hello-world

Deploy all functions

supabase functions deploy

LICENSE

Copyright © 2023 Dominic Kolbe 🇩🇪

About

Lost My IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published