/digital-coffee

This is our first project: Digital Coffee. We utilized HTML, CSS (Bootstrap & FontAwesome), JavaScript, and various different APIs (Listed in ReadMe) to randomly generate quotes, images, and weather information according to the user's choices.

Primary LanguageJavaScriptOtherNOASSERTION

digital-coffee

Table of Contents

Description

In this first group project of the bootcamp, we built "Digital Coffee" utilizing several different APIs to generate user's choices of:

  • Quotes
  • Background Images
  • Weather Information

Installation

$ cd ~
$ git clone https://github.com/brhestir/digital-coffee.git
$ npm install

Usage

npm start

Links

Contributors

Credits

Features

Toggler


Here is the Navbar:

navbar

On the right corner of Navbar, you will see a "settings button", which is the choice toggler.

toggler

Once you click the toggler icon, it will provide you with three different inputs to choose from:

  • Quote Theme
  • Photo Theme
  • Type your city name (To find the current weather for your desired location)

selector

Highlights


We display the time using moment.js: timer

Quote / Photo Theme Selector & Weather Search - User can select his or her choices of

"Quote Theme"

quote

"Photo Theme"

photo

"Weather for A Chosen City."

weather

A user will receive these results according to the selected choices:

  • Quote
  • Background Image
  • Weather Information (After your search, click "Undo" button to refresh)

quoteresult

License

Licensed under the MIT License:

Copyright (c) [2020] [Sungpil An, Derrick Hardison, Brian Hestir and Tony Schwebach]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.