Skip to content

Commit cccaab3

Browse files
committed
LICENSE.md added
1 parent af38276 commit cccaab3

File tree

2 files changed

+49
-15
lines changed

2 files changed

+49
-15
lines changed

LICENSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2016 Hitesh Balar <hsbalar@gmail.com>
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of
5+
this software and associated documentation files (the "Software"), to deal in
6+
the Software without restriction, including without limitation the rights to
7+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8+
the Software, and to permit persons to whom the Software is furnished to do so,
9+
subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,39 @@
1313

1414
### Basic useful feature of Preserver application:
1515

16-
* Create notes
17-
* Archive notes
18-
* Move notes to trash & restore back
19-
* Assign lables to notes
20-
* Create todo list
21-
* Upload images to note
22-
* Set color to Notes as per your priority
16+
* **Create notes**
17+
* **Archive notes**
18+
* **Move notes to trash & restore back**
19+
* **Assign lables to notes**
20+
* **Create todo list**
21+
* **Upload images to note**
22+
* **Set color to Notes as per your priority**
2323

2424

2525
### Next, To Run an electron application what you have to do is !
2626

27-
`npm install`
28-
29-
`typings install` (Before that `npm install typings -g`)
30-
31-
`npm run build`
32-
33-
`node start`
27+
> `npm install`
28+
>
29+
> `typings install` (Before that `npm install typings -g`)
30+
>
31+
> `npm run build`
32+
>
33+
> `node start`
3434
3535
#### That's it ...
36-
36+
37+
## Library stack used
38+
39+
- [Electron](http://electron.atom.io/)
40+
- [Node.js](https://nodejs.org/)
41+
- [PouchDB](https://pouchdb.com/)
42+
- [Angular.io](https://angular.io/)
43+
- [Dragula](http://valor-software.com/ng2-dragula/)
44+
45+
## Download
46+
47+
You can [download](https://github.com/hsbalar/Preserver/releases/tag/v1.0.0) Preserver application for Windows, Darwin and Linux.
48+
49+
#### License
50+
51+
MIT********

0 commit comments

Comments
 (0)