Showing
1 changed file
with
23 additions
and
3 deletions
| ... | @@ -36,7 +36,6 @@ npm install ejs | ... | @@ -36,7 +36,6 @@ npm install ejs |
| 36 | npm install jquery | 36 | npm install jquery |
| 37 | ``` | 37 | ``` |
| 38 | 38 | ||
| 39 | -<!-- CONTRIBUTING --> | ||
| 40 | ## Contributing | 39 | ## Contributing |
| 41 | 40 | ||
| 42 | Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. | 41 | Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. |
| ... | @@ -47,7 +46,6 @@ Contributions are what make the open source community such an amazing place to b | ... | @@ -47,7 +46,6 @@ Contributions are what make the open source community such an amazing place to b |
| 47 | 4. Push to the Branch (`git push origin feature/AmazingFeature`) | 46 | 4. Push to the Branch (`git push origin feature/AmazingFeature`) |
| 48 | 5. Open a Pull Request | 47 | 5. Open a Pull Request |
| 49 | 48 | ||
| 50 | -<!-- PROCESS --> | ||
| 51 | ## Process | 49 | ## Process |
| 52 | 1. Recevie city name by user -> localhost:3000 | 50 | 1. Recevie city name by user -> localhost:3000 |
| 53 | 2. Get data from api | 51 | 2. Get data from api |
| ... | @@ -80,7 +78,29 @@ async function Dust_Month_2020(Dust_Month_2020){ | ... | @@ -80,7 +78,29 @@ async function Dust_Month_2020(Dust_Month_2020){ |
| 80 | </per> | 78 | </per> |
| 81 | 6. localhost:3000/city -> Result Page | 79 | 6. localhost:3000/city -> Result Page |
| 82 | 80 | ||
| 83 | -<!-- CONTACT --> | 81 | +## License |
| 82 | +MIT License | ||
| 83 | + | ||
| 84 | +Copyright (c) [2020] [HwangJiMIn] | ||
| 85 | + | ||
| 86 | +Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 87 | +of this software and associated documentation files (the "Software"), to deal | ||
| 88 | +in the Software without restriction, including without limitation the rights | ||
| 89 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 90 | +copies of the Software, and to permit persons to whom the Software is | ||
| 91 | +furnished to do so, subject to the following conditions: | ||
| 92 | + | ||
| 93 | +The above copyright notice and this permission notice shall be included in all | ||
| 94 | +copies or substantial portions of the Software. | ||
| 95 | + | ||
| 96 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 97 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 98 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 99 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 100 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 101 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| 102 | +SOFTWARE. | ||
| 103 | + | ||
| 84 | ## Contact | 104 | ## Contact |
| 85 | 105 | ||
| 86 | My Name - [Hwang_ji_min](https://www.facebook.com/profile.php?id=100004067561300) - jim1286@khu.ac.kr | 106 | My Name - [Hwang_ji_min](https://www.facebook.com/profile.php?id=100004067561300) - jim1286@khu.ac.kr | ... | ... |
-
Please register or login to post a comment