blue

Add readme

Showing 1 changed file with 92 additions and 0 deletions
1 +<div id="top"></div>
2 +
3 +<!-- PROJECT LOGO -->
4 +<br />
5 +<div align="center">
6 + <a href="http://khuhub.khu.ac.kr/2017110270/digging-service.git">
7 + <img src="/views/img/backgrounds/main-bg.jpg" alt="Logo" width="600" height="300">
8 + </a>
9 +
10 + <h3 align="center">Digging Website</h3>
11 +
12 + <p align="center">
13 + 노래 추천 웹사이트
14 + <br />
15 + <a href="https://github.com/othneildrew/Best-README-Template"><strong>Explore the docs »</strong></a>
16 + </p>
17 +</div>
18 +
19 +
20 +<!-- ABOUT THE PROJECT -->
21 +## About The Project
22 +
23 +
24 +There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
25 +
26 +Here's why:
27 +* Your time should be focused on creating something amazing. A project that solves a problem and helps others
28 +* You shouldn't be doing the same tasks over and over like creating a README from scratch
29 +* You should implement DRY principles to the rest of your life :smile:
30 +
31 +Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
32 +
33 +Use the `BLANK_README.md` to get started.
34 +
35 +<p align="right">(<a href="#top">back to top</a>)</p>
36 +
37 +
38 +
39 +### Built With
40 +
41 +* [node.js](https://nodejs.org/)
42 +* [React.js](https://reactjs.org/)
43 +* [JQuery](https://jquery.com)
44 +
45 +<p align="right">(<a href="#top">back to top</a>)</p>
46 +
47 +
48 +
49 +<!-- GETTING STARTED -->
50 +### Prerequisites
51 +
52 +* npm
53 + ```sh
54 + npm install
55 + ```
56 +
57 +### Installation
58 +
59 +
60 +1. Get a free API Key at [https://developer.spotify.com](https://developer.spotify.com)
61 +2. Clone the repo
62 + ```sh
63 + git clone http://khuhub.khu.ac.kr/2017110270/digging-service.git
64 + ```
65 +3. Install NPM packages
66 + ```sh
67 + npm install
68 + ```
69 +4. Enter your API in `app.js`
70 + ```js
71 + const API_KEY = 'ENTER YOUR API';
72 + ```
73 +
74 +<p align="right">(<a href="#top">back to top</a>)</p>
75 +
76 +
77 +<!-- LICENSE -->
78 +## License
79 +
80 +MIT License
81 +
82 +<p align="right">(<a href="#top">back to top</a>)</p>
83 +
84 +
85 +
86 +<!-- CONTACT -->
87 +## Contact
88 +
89 +김유민 - heyday2036@khu.ac.kr
90 +
91 +
92 +<p align="right">(<a href="#top">back to top</a>)</p>