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

https://github.com/abhiramborige/dynamic-greetings

A simple Javascript Project, through which, we can share our greets to our dear ones !!.
https://github.com/abhiramborige/dynamic-greetings

animation-css greetings hacktoberfest

Last synced: 2 months ago
JSON representation

A simple Javascript Project, through which, we can share our greets to our dear ones !!.

Awesome Lists containing this project

README

        

# Dynamic-Greetings
A simple Javascript Project, through which, we can share our greets to our dear ones !!.
***
## A Look !
Sender's side
Receiver's side

***
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/L7iKSmuuNuw/0.jpg)](http://www.youtube.com/watch?v=L7iKSmuuNuw)

***

## Features
* Online Greeting made effective.
* Super User Freiendly.
* Customizable designs.
* Main purpose is to greet Diwali wishes.
* No restrictions.
* Huge scope on future updates.
* Distinguish emoji and normal character
* Shorten URL and share your warm wishes.

## URL Shortener.
### Code Forked from "WebDevSimplified" and Used to my project "Dynamic-Greetings" for shortening the URL for an easy convey of greetings. [Project here.](https://github.com/Abhiramborige/Dynamic-Greetings/)

## API format:
- GET root/.netlify/functions/server/ - health.
- GET root/.netlify/functions/server/:shortUrl - unique shortID for long URL.
- POST root/.netlify/functions/server/shortUrl - map each long URL to shortID.

### [Hosted in Netlify using this.](https://paulreaney.medium.com/deploy-express-js-on-netlify-91cfaea39591)