Skip to content

A back to the basics project that highlights the use of JS, more specifically the use of the fetch () method. Creates a random beer for you that you may or may not want to drink.

Notifications You must be signed in to change notification settings

Code404It/beer-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beer Me

This is a simple project that goes back to the basics. The main focus of this project is the fetch() method. It takes one argument, which is the path to the resource that you want to fetch. It returns a promise that resolves the response of that request. (Promises have 3 phases PENDING, FULFILLED, REJECTED)

A fetch is a simple get request downloading the content of the request passed through it.

The purpose of this project is just to play around with a beers to see what you might be in the mood to drink. It's for anyone who enjoys beer.

Installation

Use the package manager .

Usage

This is a simple project to help you find a random beer to drink. There are so many different types of beer to choose from. This app is about exposure to new yeast filled favorites.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Copyright 2020 JESSICA D SMITH

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.

About

A back to the basics project that highlights the use of JS, more specifically the use of the fetch () method. Creates a random beer for you that you may or may not want to drink.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published