Git Product home page Git Product logo

Comments (9)

quinncomendant avatar quinncomendant commented on June 11, 2024 4

Y’all – if you just want to get all quotes or one random quote (and don't mind a 34KB response), you can still use the “alternative API”:

Get all quotes:

curl -s --compressed https://raw.githubusercontent.com/skolakoda/programming-quotes-api/master/Data/quotes.json

Get a random quote:

curl -s --compressed https://raw.githubusercontent.com/skolakoda/programming-quotes-api/master/Data/quotes.json | jq ".[$((RANDOM%501))]"

😜

from programming-quotes-api.

SwiftyProgrammer690 avatar SwiftyProgrammer690 commented on June 11, 2024 2

Replit too!

from programming-quotes-api.

quinncomendant avatar quinncomendant commented on June 11, 2024 1

Alternatives include GCP Cloud Run, Render, Fly, or Railway. :)

from programming-quotes-api.

abcdxo avatar abcdxo commented on June 11, 2024 1

Thanks for the fix!

from programming-quotes-api.

mudroljub avatar mudroljub commented on June 11, 2024

No known alternative for now :(

from programming-quotes-api.

mudroljub avatar mudroljub commented on June 11, 2024

I've had a look at some of the proposed alternatives, but I don't have that much time to try and compare each one. It would be very useful if someone wants to help deploy the project to one of the free platforms.

from programming-quotes-api.

ahujaesh avatar ahujaesh commented on June 11, 2024

you can also use github pages - I use it for my DI team's website and it works well for me - https://ahujaesh.github.io

from programming-quotes-api.

quinncomendant avatar quinncomendant commented on June 11, 2024

Hi @ahujaesh,

you can also use github pages

We love GitHub pages, but it only hosts static content. This API requires hosting code that runs on the server (unless you're referring to just loading the JSON file as per my hack above, in which case the content is already hosted by github 🙃).

from programming-quotes-api.

ahujaesh avatar ahujaesh commented on June 11, 2024

Oh my bad - I'm new to GitHub pages and I use it for HTML, which is static

from programming-quotes-api.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.