Skip to content

Commit 5bc8f95

Browse files
authored
Update README.md
1 parent 49bbbbb commit 5bc8f95

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# FDLjs
2+
FDLjs is a small javascript library to make firebase dynamic links in JavaScript. As no libraries are provided by Google for Firebase Dynamic Links, it make a bit difficult to create it with JS, I have made this library so that everyone can use FDLs.
23

3-
FDLjs is a small javascript library to make firebase dynamic links in JavaScript. As no libraries are provided by Google for Firebase Dynamic Links, it make a bit difficult to create it with JS, I have made this library so that everyone can use FDLs.
4+
## Just 1.21kB
5+
![File Size](https://img.shields.io/github/size/hrichiksite/fdljs/links.js?style=for-the-badge)
46

5-
You can self Host it or use the CDN
7+
## No dependencies
8+
![No dependencies](https://img.shields.io/badge/Dependencies-0-green?style=for-the-badge)
9+
10+
##
11+
12+
### Fully Made From JS
13+
![Only JS](https://github.com/hrichiksite/fdljs/blob/main/js.PNG)
14+
15+
16+
You can self Host it or use the our Fast CDN
17+
18+
19+
20+
### Install from CDN
21+
22+
```html
23+
<script src="https://getjs.vercel.app/libs/hrichiksite/fdljs/links.js"></script>
24+
```

0 commit comments

Comments
 (0)