Feed. Water. Light. K I L L . Your plants using pure functions.
Make sure you have git version control installed on your computer.
- find the green 'Clone or Download' button and copy the link
- open terminal and type...
Windows
cd desktop
Mac & linux
cd ~/Desktop
- in terminal type 'git clone {link to repository} '
git clone Link-Here
- navigate to the new folder that was created on your desk
cd folder name
- run npm install
npm install
- run development server
npm run start
-
edit files in '/src' to make changes to the project.
-
remove .git delete this projects commit history
rm -rf .git
- start your new git repository
git init
Behavoir | Input | Output |
---|
The software is provided as is. It might work as expected - or not. Use at your own risk.
- HTML - Simple Scaffolding
- JavaScript - Used for interactivity in the page
- jQuery - Used to interact with the DOM
- Bootstrap 4.4 - Used for styling
- webpack
- Sass
- ESLint
- Node.js
- Uglifyjs
- Jest
- dotenv
- [React]
save a file name '.env' store in the file
API_KEY = YOUR UNIQUE API KEY GOES HERE
OTHER_API_KEY = OTHER UNIQUE API KEY GOES HERE
use 'process.env.API_KEY'.
Example:
const url = `http://api.openweathermap.org/data/2.5/weather?q=${city}&appid=${process.env.API_KEY}`
- Old School Gifs Search
- free images @ unsplash
-
source.unsplash.com will return a random image at a desired size by simply calling the size after the url followed by a '?' and a keyword. Example below
-
http://unsplash.it/500/500 - This will just return a random image the size of 500x500
-
This project is licensed under the MIT License - see the LICENSE.md file for details
Copyright (c) 2020 Jeremy Patrik and Ben