https://github.com/plibither8/made-with-love-in
🛠️ ❤️ 🗺️ 🛡️ — Mircoservice for serving and listing "Made with love in <country-name>" badges
https://github.com/plibither8/made-with-love-in
badge badge-generator made-with-love now-sh
Last synced: about 2 months ago
JSON representation
🛠️ ❤️ 🗺️ 🛡️ — Mircoservice for serving and listing "Made with love in <country-name>" badges
- Host: GitHub
- URL: https://github.com/plibither8/made-with-love-in
- Owner: plibither8
- License: mit
- Created: 2019-02-12T09:21:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T23:03:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T20:39:00.472Z (3 months ago)
- Topics: badge, badge-generator, made-with-love, now-sh
- Language: HTML
- Homepage: https://madewithlove.now.sh
- Size: 2.28 MB
- Stars: 23
- Watchers: 3
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Made with ❤️ in `country-name`

> A microservice for serving and listing the "Made with love in" badge.
Provides a quick and easy way to add the "Made with love in `country-name`" badge to show off your project's country of origin!
Go to [madewithlove.now.sh](https://madewithlove.now.sh) to generate your own badge 🙂.
## About
I built this project primarily to understand how to implement small-scale and simple APIs (microservices), especially using [now.sh](https://now.sh) and it's serverless deployments.
Also, I believe this is a cute way to show where you are from or where you built your project, so yeah.
Initial inspiration for the project came from [https://madewithlove.org.in](https://madewithlove.org.in). Badges are generated by [Shields.io](https://shields.io): the code is essentially a wrapper around their [gh-badges](https://www.npmjs.com/package/gh-badges) library.
## Usage
```
GET /list
GET /:countryCodee.g. GET /in
GET /gb?heart=true&flag=true
GET /us?colorA=lightgreen&colorB=red&text=USA
```
---## License
Copyright (c) Mihir Chaturvedi. All rights reserved.
Licensed under the [MIT](LICENSE) License.