mirror of
https://github.com/jlengrand/soundcloud-web-component-application.git
synced 2026-03-10 08:41:23 +00:00
Add README and LICENSE
This commit is contained in:
7
LICENSE.md
Normal file
7
LICENSE.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Copyright 2017 <Julien Lengrand-Lambert>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# soundcloud-web-component-application
|
||||||
|
|
||||||
|
A simple website with a [soundcloud embedded player](https://soundcloud.com/pages/embed), built using web components (polymer).
|
||||||
|
Used to learn Polymer.
|
||||||
|
|
||||||
|
Might be interesting in case you are searching for a simple template of Polymer hot reloading using browser-sync.
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
```
|
||||||
|
$ npm install
|
||||||
|
$ bower install
|
||||||
|
$ npm start
|
||||||
|
```
|
||||||
|
Your browser will open at http://localhost:3002.
|
||||||
|
|
||||||
|
## Built With
|
||||||
|
|
||||||
|
* [Polymer](https://www.polymer-project.org)
|
||||||
|
* [BrowserSync](https://browsersync.io/)
|
||||||
|
|
||||||
|
## Authors
|
||||||
|
|
||||||
|
* **Julien Lengrand-Lambert**
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
||||||
|
|
||||||
|
## TODOs
|
||||||
|
|
||||||
|
* loads.
|
||||||
Reference in New Issue
Block a user