https://github.com/ashudevcodes/web-selfie-app
I made this because of knowing browser web apis and tinkering someone
https://github.com/ashudevcodes/web-selfie-app
selfieapp webapi
Last synced: about 2 months ago
JSON representation
I made this because of knowing browser web apis and tinkering someone
- Host: GitHub
- URL: https://github.com/ashudevcodes/web-selfie-app
- Owner: ashudevcodes
- License: mit
- Created: 2024-12-03T10:31:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T10:45:21.000Z (5 months ago)
- Last Synced: 2025-02-07T13:44:50.364Z (3 months ago)
- Topics: selfieapp, webapi
- Language: JavaScript
- Homepage: https://dataselfieapp.vercel.app
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
![]()