libraryCraft
Node Deeplink NPM Package
Easily create an endpoint in your web server that redirects deep links to mobile apps
- Role
- Solo Dev
- Date
- Aug 2022
- Status
- Finished
- Type
- library
- Built with
- NodeJS, Javascript, Typescript
Easily create an endpoint in your web server that redirects deep links to mobile apps
This wasn’t created because i wanted another package to maintain. We had a real deeplink problem at work, and turning the solution into a package made it easier to reuse.
Why I made it
at work, we needed a way to deeplink the app from a custom endpoint, so i repacked this library, and added some improvements to it
Challenges or lessons
Publishing NPM packages
The code was only one part of it. Packaging it and publishing it to NPM was a different kind of work than building the endpoint itself.