Skip to content

Dis na Pidgin English version of "shouldideploy" repo. We dey try make developers, designers, and tech people laugh small before dem deploy code.

License

Notifications You must be signed in to change notification settings

IamPrime/makeideploy

 
 

Repository files navigation

FOSSA Status - fossa-url FOSSA License Badge - fossa-license-badge FOSSA Security Badge - fossa-security-badge

Wetin Dis Repo Be About 🚀

Dis na Pidgin English version of "shouldideploy" repo. We dey try make developers, designers, and tech people laugh small before dem deploy code.

How We Dey Roll 💻

  • We dey speak pure pidgin
  • We dey welcome contributions wey dey speak pidgin
  • No serious grammar, just vibes and code 😎

You Fit Contribute? 🤝

  • Fork the repo
  • Add your pidgin magic
  • Make pull request
  • Make everybody laugh small 😂

Rules Wey Simple

  • Write code wey work
  • Use pidgin wey everybody go understand
  • No form grammar, just flow

Abeg, come join us make we laugh and code! 🇳🇬🖥️

Getting started

  • Run dis tin:
    • npm i — make dependencies enter.
    • npm run dev start dev server
    • now dev if you want use local serveless function (you go need "now")

Add your reasons

Reasons dey for reasons.ts.

API endpoint

We get API wey you fit use for your CI or just for fun at api-endpoint.

You fit add some optional parameters wey go customize API response:

  • tz: Timezone wey you want use. Put correct timezone string, like Africa/Lagos or America/Chicago. Default na UTC.

  • date: Date wey you want check. Default na today. Put correct date string for this format YYYY-MM-DD, like 2024-11-18.

Examples

Get the default API response using the current date and time in the UTC timezone:

https://makeideploy.today/api

Get the API response for a specific timezone (e.g., Africa/Lagos):

https://makeideploy.today/api?tz=Africa/Lagos

Get the API response for a specific date (e.g., 2024-11-18) in the UTC timezone:

https://makeideploy.today/api?date=2024-11-18

Get the API response for a specific date (e.g., 2024-11-18) in a specific timezone (e.g., America/Chicago):

https://makeideploy.today/api?tz=America/Chicago&date=2024-11-18

API Response

The API go give you JSON object wey get these keys:

  • timezone: Timezone wey you give for the request.
  • date: Date wey you provide for ISO format (YYYY-MM-DDTHH:mm:ss.sssZ).
  • makeideploy: Boolean value wey go show if you suppose deploy today.
  • message: String/Message wey explain why you go or no go deploy.

Example response:

{
  "timezone": "UTC",
  "date": "2024-11-18T00:00:00.000Z",
  "makeideploy": false,
  "message": "Today na Monday, you suppose don deploy!"
}

Credits

Favicon created by emilegraphics from the NOUN Project at favicon-credit

License

Abeg check am for license-link || WTFPL - You fit do anytin wey you want with dis code!

About

Dis na Pidgin English version of "shouldideploy" repo. We dey try make developers, designers, and tech people laugh small before dem deploy code.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.7%
  • HTML 29.6%
  • JavaScript 9.0%
  • CSS 8.7%