Git Product home page Git Product logo

feels's Introduction

Feels

Build status

Minimalistic weather app

NOTE: To run this app locally, be sure to create an account on DarkSky and create a new personal key to use in Feels app. See section.

screenshot

cloudy weather animation

hourly weather

features

  • Current weather based on geolocalization
  • Add city manually
  • Hourly forecast
  • Daily forecast
  • Live tile
  • Pin multiple locations to start view
  • Lockscreen text status

setup

Steps to build and run this project:

  1. Clone or download this repository
  2. (Optional) Unzip the archive to your favorite location
  3. Navigate to the Feels/ folder
  4. Open Feels.sln in Visual Studio
  5. Choose your favorite platform and click on Run :)

architecture overview

This section describes the way I've organized my files and directories to build this app in the clearest way possible.

Views

All the views are localized inside the Views/ folder, except for the App.xaml and App.xaml.cs which is the main app's view page.

Data

All data are managed inside the Data/ folder.

For more information, visit the corresponding folders.

contributing

You can contribute to improve this project by:

  • edit the code
  • creating a pull request
  • submitting new ideas / features suggestions
  • reporting a bug

todo

  • Lockscreen background

platforms

  • Windows Mobile 10
  • Windows 10

API key

Retrieve a new API key from DarkSky

To run this project, it's better to get your personal API key from DarkSky:

  1. Login or Register a new account on DarkSky
  2. On the account page, you'll get your Secret Key
  3. Copy and paste the key when you create a new client:
var client = new DarkSkyService("YOUR API KEY HERE");

Where to past my DarkSky API key ?

Go in the SourceModel class in Feels.Data namespace (path /Feels/Data/SourceModel.cs).

You can then edit the line number 15 and paste your personal key

private const string _APIKey = "DARKSKY_API_KEY";

Replace the DARKSKY_API_KEY value by your new API key.

It should now work :)

feels's People

Contributors

rootasjey avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.