An open API service indexing awesome lists of open source software.

https://github.com/thatcodechap/warden

a simple password manager with google drive backup
https://github.com/thatcodechap/warden

css gdrive html javascript nodejs oauth

Last synced: 3 months ago
JSON representation

a simple password manager with google drive backup

Awesome Lists containing this project

README

        

# Warden
a classic and simple no nonsense password manager, which keeps all your data in your hidden google drive folder.
## Features
- Easy to use with simple UI.
- Passwords are secure because of google drive storage.
- Completely integrated with Google drive to view and edit anywhere and anytime.
- Passwords are not visible in google drive, as it is stored in app specific hidden folders.
## Usage
1. Clone repository
```
git clone https://github.com/thatcodechap/warden
cd warden
```
2. Install dependencies
```
npm install
```
3. Start the app
```
npm start
```
---
### Screenshots