Giter Site home page Giter Site logo

cliftondavies / whetha Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 6.64 MB

A not-just-another weather web app.

Home Page: https://whetha.netlify.app/

License: MIT License

CSS 26.70% JavaScript 73.21% Shell 0.09%
html5 css3 javascript fetch-api geolocation-api webpack npm skycons-weather-icons netlify open-weather-map-api

whetha's Introduction

Netlify Status

Whetha

A weather web app that displays the current weather for a given location, using the OpenWeatherMap API.

screenshot

MVP Functionality

  • Enable your current location
  • Search for weather by city name
  • Toggle between Celsius and Fahrenheit
  • Toggle menu
  • See a different background based on the location's weather

๐Ÿ“บ Media

Live Demo Link

๐Ÿงฐ Tools & Technologies Used

Built with

  • HTML5
  • CSS3
  • JavaScript ES6
  • webpack 5

๐Ÿš€ Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Install Node.js with npm

Install webpack

Set up

Clone repo into your local environment:

Clone with SSH

git clone [email protected]:cliftondavies/Weather-App.git

Clone with HTTPS

git clone https://github.com/cliftondavies/Weather-App.git

Open project directory

cd [your-directory-name]

Install packages:

npm install

Local Usage

In console

Start webpack:

npm run watch

In Browser

Visit http://localhost:3000/.

Author

๐Ÿ‘ค Clifton Davies

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgements

๐Ÿ“ Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.

whetha's People

Contributors

cliftondavies avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

parasgarg245

whetha's Issues

Update 'scripts' in package.json

"scripts": {
    "dev": "webpack --mode development",
    "build": "webpack --mode production",
    "start": "webpack-dev-server --mode development --open" // optional
  },

Refactor existing modules

Ensure modules are less tightly coupled (e.g. via use of synchronous callback function parameters, or the pub/sub pattern)

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.