You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,18 @@ Before you start exploring these examples, you need to know the following:
9
9
* You need to find an appropriate HTTP client library for your programming language of choice.
10
10
3. These examples have been tested on Ubuntu 22.04 but should work anywhere you can run Bash scripts.
11
11
4. To have you get started fast, these examples use the [Shared Cloud](https://judge0.com/#pricing) of Judge0 CE and Judge0 Extra CE.
12
-
* There is a FREE plan of Judge0 CE which you can subscribe to [here](https://judge0.com/ce).
12
+
*[Sign up](https://sparkhub.sulu.sh/auth/signup) to use Judge0 CE and Judge0 Extra CE on [Sulu](https://sparkhub.sulu.sh/apis/judge0/judge0-ce/readme) and get **20K Free Submissions** to try out these examples.
13
+
* There is also a FREE plan of Judge0 CE which you can subscribe to [here](https://judge0.com/ce).
13
14
* There is also a FREE plan of Judge0 Extra CE, which you can subscribe to [here](https://judge0.com/extra-ce).
14
15
15
16
## Prerequisites
16
17
17
18
To successfully run these examples, you will need to:
18
-
1.[Subscribe to the FREE plan of Judge0 CE.](https://judge0.com/ce)
19
-
2.[Subscribe to the FREE plan of Judge0 Extra CE.](https://judge0.com/extra-ce)
19
+
1.[Sign up to use Judge0 CE and Judge0 Extra CE on Sulu with 20K Free Submissions](https://sparkhub.sulu.sh/auth/signup) OR
20
+
*[Subscribe to the FREE plan of Judge0 CE.](https://judge0.com/ce)
21
+
*[Subscribe to the FREE plan of Judge0 Extra CE.](https://judge0.com/extra-ce)
20
22
3. Clone this repository.
21
-
4. Edit the file [`.env`](https://github.com/judge0/examples/blob/master/.env) and add the API key that [RapidAPI generated for you](https://docs.rapidapi.com/docs/keys).
23
+
4. Edit the file [`.env`](https://github.com/judge0/examples/blob/master/.env) and add the API key that [Sulu generated for you](https://sparkhub.sulu.sh/portal/consumer/dashboard). If you are using RapidAPI, [the process is similar](https://docs.rapidapi.com/docs/keys).
22
24
5. Make sure you have [`curl`](https://reqbin.com/Article/InstallCurl) and [`jq`](https://stedolan.github.io/jq/download/) installed.
23
25
6.**macOS** Make sure you have `gbase64` in your `PATH`. It can be installed with `brew install coreutils`.
0 commit comments