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

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

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