From df5e9cb2a413b472a92f4a964b1adb7c81f7442c Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Wed, 7 Jun 2017 17:03:02 +0200 Subject: [PATCH] Add README and LICENSE --- LICENSE.md | 7 +++++++ README.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d6d7dd1 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2017 + +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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..90db29b --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file