Git Product home page Git Product logo

weatherapp-mobile's Introduction

Weatherapp Mobile

Eficode developers decided to create a working backend for the weatherapp. Now only thing that is missing, is a cool mobile app that would show the weather forecast.

Your task is to create a simple mobile app that makes a request for the weather forecast at the phone location, and displays the forecast for the user as an image.

Returning your solution

  • Create a personal repository in github or similar.
  • Write an application that displays the weather forecast as an image. Use the eficode weatherapp backend (see below).
  • Write clear instructions how to build and run your code.
  • Send us the url where to find the code.

Weatherapp Backend

Default request

Request to endpoint https://weatherapp.eficode.fi/api/forecast will return the weather forecast in Helsinki.

Coordinates

Running the query with params lat and lon, will return the weather forecast at those corrdinates.

Using Curl

curl https://weatherapp.eficode.fi/api/forecast?lat=60.1698509&lon=24.9247536

{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}

Images

The images representing different weather conditions can be found as SVG-files setting the name if the icon as the icon from the response e.g. https://weatherapp.eficode.fi/img/01d.svg.

List of the official icons can be found from openweathermap.

weatherapp-mobile's People

Contributors

mrako 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.