Skip to content
/ Metrosun Public

An open-source weather app for Windows Phone 8.1 that recreates the look of Bing Weather

License

Notifications You must be signed in to change notification settings

n1d3v/Metrosun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrosun

Warning

This is still a work-in-progress, only the current page is implemented and a lot of functions are still missing, please report any bugs you find to us on the Issues tab above!

An open-source weather app for Windows Phone 8.1 that recreates the look of Bing Weather.
This app uses the OpenWeatherMap API to fetch weather information, which means you need to provide your own API key.

A screenshot of the current page in Metrosun.

How to get an API key

This teaches you how to get an OpenWeatherMap API key, I'm using Firefox for this tutorial so your stuff may vary.

  1. Visit the OpenWeatherMap website on your browser
  2. Open DevTools (F12 on Firefox) and go to the 'Network' tab
  3. Filter by 'XHR' requests and refresh the page
    • You should now see fewer requests
  4. Copy the one that starts with https://api.openweathermap.org/data/2.5/onecall
    • You can copy it by right clicking on it, hovering over 'Copy Value' then 'Copy URL'
  5. You should see a part like &appid={AppID} at the end of the URL, copy the {AppID} value Congratulations! You now have an OpenWeatherMap API key.

What's implemented

  • A setup screen for configuring Metrosun
  • Fetching weather data from OpenWeatherMap
  • Refreshing weather data from OpenWeatherMap

What's planning to be implemented

  • The rest of the pages that have 'Coming soon!' on them
  • Live tile support (Similar to Bing Weather)
  • Adding extra locations
  • Finding your current location
  • Searching for locations

Credits

  • Prognoza: The weather backgrounds used in Metrosun
  • Kierownik223, timthewarriror_: Testing the application early

About

An open-source weather app for Windows Phone 8.1 that recreates the look of Bing Weather

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages