Skip to content

Commit b511eaf

Browse files
committed
UPDATE: readme cleanup, credits
1 parent 48c9b20 commit b511eaf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Also see a more detailed [comparison of geolocation providers](https://resolve.r
1010

1111
## How it works
1212

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

1515
## Running it yourself
1616

17-
It is a trivial TypeScript application.
17+
It is a trivial TypeScript application. See `run.sh` for how I run it during development.
1818

1919
LATER
2020

@@ -24,23 +24,26 @@ Contributions are welcome! If you know of any other similar CDNs/services, let
2424

2525
## API
2626

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).
2828

2929
Send a `callback` parameter to get JSONP instead of JSON.
3030

31-
- [`/api/cfw.json`](https://aws-geo.redirect2.me/api/cfw.json)
31+
- [`/api/netlify.json`](https://netlify-geo.redirect2.me/api/netlify.json)
3232

3333
## License
3434

3535
[GNU Affero General Public License v3.0](LICENSE.txt)
3636

3737
## Credits
3838

39+
[![Deno](https://www.vectorlogo.zone/logos/deno/deno-ar21.svg)](https://deno.com/ "Programming environment")
3940
[![Git](https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg)](https://git-scm.com/ "Version control")
4041
[![Github](https://www.vectorlogo.zone/logos/github/github-ar21.svg)](https://github.com/ "Code hosting")
42+
[![Jekyll](https://www.vectorlogo.zone/logos/jekyllrb/jekyllrb-ar21.svg)](https://www.jekyllrb.com/ "Static website builder")
4143
[![Netlify](https://www.vectorlogo.zone/logos/netlify/netlify-ar21.svg)](https://www.netlify.com/ "Hosting and geolocation")
4244
[![NodePing](https://www.vectorlogo.zone/logos/nodeping/nodeping-ar21.svg)](https://nodeping.com?rid=201109281250J5K3P "Uptime monitoring")
45+
[![npm](https://www.vectorlogo.zone/logos/npmjs/npmjs-ar21.svg)](https://www.npmjs.com/ "JS Package Management")
4346
[![svgrepo](https://www.vectorlogo.zone/logos/svgrepo/svgrepo-ar21.svg)](https://www.svgrepo.com/svg/185727/map-position "favicon")
47+
[![TypeScript](https://www.vectorlogo.zone/logos/typescriptlang/typescriptlang-ar21.svg)](https://www.typescriptlang.org/ "Programming Language")
48+
[![VectorLogoZone](https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-ar21.svg)](https://www.vectorlogo.zone/ "Logos")
4449
[![water.css](https://www.vectorlogo.zone/logos/netlifyapp_watercss/netlifyapp_watercss-ar21.svg)](https://watercss.netlify.app/ "Classless CSS")
45-
46-
- LATER: typescript, npm, nodeping, etc

0 commit comments

Comments
 (0)