🛰 International Space Station (ISS) position on a world map for desktop devices. Built with React and TailwindCSS styles.
Find a file
dependabot[bot] 94e978c5b4
Bump node-forge and webpack-dev-server
Bumps [node-forge](https://github.com/digitalbazaar/forge) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies needed to be updated together.

Updates `node-forge` from 0.10.0 to 1.3.1
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.1)

Updates `webpack-dev-server` from 4.7.1 to 4.11.1
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.7.1...v4.11.1)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
- dependency-name: webpack-dev-server
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 20:19:31 +00:00
public Try /src json data 2022-08-11 06:50:02 -04:00
src Try /src json data 2022-08-11 06:50:02 -04:00
.gitignore Initialize project using Create React App 2021-12-23 02:20:49 -05:00
LICENSE ISS Position SPA launched! 🚀 2021-12-23 06:18:39 -05:00
map-demo.gif Change demo to include map 2021-12-24 22:36:07 -05:00
package-lock.json Bump node-forge and webpack-dev-server 2023-02-02 20:19:31 +00:00
package.json Remove trailing slash of homepage 2022-01-13 16:22:30 -05:00
postcss.config.js ISS Position SPA launched! 🚀 2021-12-23 06:18:39 -05:00
README.md Change demo to include map 2021-12-24 22:36:07 -05:00
tailwind.config.js ISS Position SPA launched! 🚀 2021-12-23 06:18:39 -05:00

International Space Station Position SPA 🛰

Webapp demo

Fetches the latitude and longitude of the International Space Station (ISS) every 2 seconds and displays the live position on a map with a progress bar.

Technologies