This assignment can perform th

<<<<<<< HEAD This assignment can perform three tasks for you which are as follows:

You can get the yearly stats which include

Date and temperature of the day with max temp in the year Date and temperature of the day with min temp in the year Date and humidity of the day with max humidity in the year

To get this data, run the following command

node index.js <folderPath> -e <year> e.g: node index.js ./weatherfiles -e 2013

You can get monthly stats which include

Average max temp of the month Average min temp of the month Average mean humidity of the month

To get this data, run the following command

node index.js <folderPath> -a <year>/<month> e.g: node index.js ./weatherfiles -a 2013/12

You can get daily stats for a given month which include

Graphical representation of daily max temp Graphical representation of daily min temp

To get this data, run the following command

node index.js <folderPath> -c <year>/<month> e.g: node index.js ./weatherfiles -c 2013/12

NOTE: You can run multiple tasks together like

node index.js <folderPath> <command1> <argument1> <command2> <argument2> e.g node index.js ./weatherfiles -a 2004/06 -e 2011 -c 2013/12 -a 2011/05 ======= the-lab

The purpose of this repo is to help the team lead and his team member in training and evaluating newly hired developers especially fresh grads. Code written by newbies for training/practice will be checked in here and reviewed by their respective team leads. All feedback must be in written on gitlab.

Getting Started Fork this repository for every new trainee. Go to the Settings > General > Visibility, project features, permissions and set the Project Visibility to Private. Change the repository name in Settings > General to {Team Name} - {Trainee Name} e.g. Edited - Ali Sufian. Add the required contributors from the Members Setting. For every assigned task create a new branch e.g. alisufian-Weatherman. When the task is complete make sure the code confirms to ES6 and airbnb. Push the code and create a pull request against your master branch. Specify the title of the PR as task e.g. Weatherman so its easy to find in the list.

Do not add log files, temp files, data files etc. Good Luck.

6b9fad5de945dfa91d46288242dc1bd7cfc9e410

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。