Power Plant

Take care of two plants. Or else! | April 14th. 2020

By ** Jeremy Kale Padot Patrick Delaney and Ben Thom**

Landing Page Preview

Description

Feed. Water. Light. K I L L . Your plants using pure functions.

Setup/Installation Requirements

Make sure you have git version control installed on your computer.

  1. find the green 'Clone or Download' button and copy the link
  2. open terminal and type...

Windows

cd desktop

Mac & linux

cd ~/Desktop
  1. in terminal type 'git clone {link to repository} '
git clone Link-Here
  1. navigate to the new folder that was created on your desk
cd folder name
  1. run npm install
npm install
  1. run development server
npm run start
  1. edit files in '/src' to make changes to the project.

  2. remove .git delete this projects commit history

rm -rf .git
  1. start your new git repository
git init

Specs

Behavior Driven Development Spec List

Behavoir Input Output

Support

The software is provided as is. It might work as expected - or not. Use at your own risk.

Built With

Environmental Variables

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}`

Useful tools





License

This project is licensed under the MIT License - see the LICENSE.md file for details

Copyright (c) 2020 Jeremy Patrik and Ben