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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Also see a more detailed [comparison of geolocation providers](https://resolve.r
10
10
11
11
## How it works
12
12
13
-
This application is just a simple app that shows various HTTP header values.
13
+
This application is just a simple app that shows various values provided by Netlify's [context](https://docs.netlify.com/functions/api/#netlify-specific-context-object) object.
14
14
15
15
## Running it yourself
16
16
17
-
It is a trivial TypeScript application.
17
+
It is a trivial TypeScript application. See `run.sh` for how I run it during development.
18
18
19
19
LATER
20
20
@@ -24,23 +24,26 @@ Contributions are welcome! If you know of any other similar CDNs/services, let
24
24
25
25
## API
26
26
27
-
There is a simple JSON/JSONP API that is free for light, non-commercial use. This is such a trivial application that you should run your own copy (or make your own version) for anything serious. Both Netlify has a generous free plan (which is what I'm using).
27
+
There is a simple JSON/JSONP API that is free for light, non-commercial use. This is such a trivial application that you should run your own copy (or make your own version) for anything serious. Netlify has a generous free plan (which is what I'm using).
28
28
29
29
Send a `callback` parameter to get JSONP instead of JSON.
0 commit comments