plibither8 / made-with-love-in

🛠️ ❤️ 🗺️ 🛡️ — Mircoservice for serving and listing "Made with love in <country-name>" badges

Home Page:https://madewithlove.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made with ❤️ in country-name

Made with love in India

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 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 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. Badges are generated by Shields.io: the code is essentially a wrapper around their gh-badges library.

Usage

GET /list
GET /:countryCode

e.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.

About

🛠️ ❤️ 🗺️ 🛡️ — Mircoservice for serving and listing "Made with love in <country-name>" badges

https://madewithlove.now.sh

License:MIT License


Languages

Language:HTML 65.9%Language:Pug 14.3%Language:JavaScript 13.1%Language:Stylus 6.7%