space-voyager-21 / space-voyager

Interactive Space App . Attention Contributers! join discord server for discussion of Issues, Pull requests https://discord.gg/FpEK9AqbCf
https://space-voyager.netlify.app/
MIT License
19 stars 23 forks source link

refactor(iss-map/IssMap.js): rewrite iss-map with Bing Maps instead of google maps #64

Closed abh80 closed 3 years ago

abh80 commented 3 years ago

Info

This PR brings changes in favor of #63 and #27.

I have rewritten the ISS map to use Bing Maps instead of Google Maps.

Note: This PR violates a bit of #27 as I noticed that there is a rate limit with the API being used to get ISS location, hence I opted to use 10 seconds interval instead of the 3 seconds one. (Resolved with maintainer)

Screenshot

image

Closes #63

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mohit-space/space-voyager/GZKBdY5rXFoNWEHReGEPC3Sjpkjo
✅ Preview: https://space-voyager-git-fork-abh80-mb-4-mohit-space.vercel.app

mohittk commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: vercel.com/mohit-space/space-voyager/GZKBdY5rXFoNWEHReGEPC3Sjpkjo ✅ Preview: space-voyager-git-fork-abh80-mb-4-mohit-space.vercel.app

Great work @abh80 !