diff --git a/LICENSE b/LICENSE index 0c06b5a..56cc069 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) Carlos Mantilla Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..ce4ddd3 --- /dev/null +++ b/README.MD @@ -0,0 +1,29 @@ +#Angular Weather + +Component to add weather information to your project + +##How do I add angular-weather to my project? + +- Install the module `bower install angular-weather --save` + +- Add the library to your project + +```html + +``` + +- Declare the module in your application + +```javascript + angular.module('myApp', ['angular-weather']); +``` + +- User the directive to display the current weather in somewhere + +```html + +``` + +##License + +angular-weather is licensed under the MIT license. See the [LICENSE](LICENSE) file for more details. \ No newline at end of file