Skip to content

I made this because of knowing browser web apis and tinkering someone

License

Notifications You must be signed in to change notification settings

ashudevcodes/web-selfie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run This

  • first you need to have python and node in to your system
  • go to the client directory cd client
  • run python -m http.server in terminal it will run an http server on current director. so you can access it on browser
  • then in another terminal go to the server director and run npm i; npm run dev it will start the server on port http://localhost:3000
  • go to browser and search http://localhost:8000

Project Purpose and Functionality

The "web-selfie-app" project is designed to:

  • Display the real-time location of the International Space Station (ISS) on a map using Leaflet.js.
  • Show the user's current geolocation on the map and update it in real-time.
  • Fetch and display the current weather temperature based on the user's location.
  • Provide an interactive map with various functionalities like zooming and setting markers.

How It Looks

About

I made this because of knowing browser web apis and tinkering someone

Topics

Resources

License

Stars

Watchers

Forks