Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f22hd/owncard
An PWA angularjs application to create your own card by writing your name and generating by the application then you can download the image.
https://github.com/f22hd/owncard
angularjs canvas pwa
Last synced: 10 days ago
JSON representation
An PWA angularjs application to create your own card by writing your name and generating by the application then you can download the image.
- Host: GitHub
- URL: https://github.com/f22hd/owncard
- Owner: f22hd
- Created: 2018-06-10T13:05:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T08:40:41.000Z (over 3 years ago)
- Last Synced: 2023-03-03T04:16:48.428Z (over 1 year ago)
- Topics: angularjs, canvas, pwa
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ownCard
An angularjs application to create your own card by writing your name and generating by the application then you can download the image.# Usage
run the command below to install dependencies.
```sh
npm install
```
you can run application via
```sh
ng serve
```
or you can make a build for production.
```sh
ng build prod
```
or make a build with PWA
```sh
npm run pwa
```