Updated readme

This commit is contained in:
Marcus Noble 2021-03-21 14:26:07 +00:00
parent 8ab1de35f7
commit 8e52e8ff80
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# [Twitter-Profile-Pic](https://github.com/AverageMarcus/TwitterProfilePic) ![twitter-profile-pic](logo.png)
> Get a twitter profile pic using a given handle > Get a twitter profile pic using a given handle
> Live at: [https://twitter-profile-pic.marcusnoble.co.uk/](https://twitter-profile-pic.marcusnoble.co.uk/) Available at https://twitter-profile-pic.cluster.fun/
## Features ## Features
@ -14,17 +14,17 @@
Code: Code:
``` ```
<img src="https://twitter-profile-pic.jsoxford.com/marcus_noble_?size=normal" /> <img src="https://twitter-profile-pic.cluster.fun/marcus_noble_?size=normal" />
``` ```
Result: Result:
![](https://twitter-profile-pic.jsoxford.com/marcus_noble_?size=normal) ![](https://twitter-profile-pic.cluster.fun/marcus_noble_?size=normal)
## Example: JSON ## Example: JSON
cURL Request: cURL Request:
``` ```
curl -X GET \ curl -X GET \
https://twitter-profile-pic.marcusnoble.co.uk/marcus_noble_ \ https://twitter-profile-pic.cluster.fun/marcus_noble_ \
-H 'cache-control: no-cache' \ -H 'cache-control: no-cache' \
-H 'content-type: application/json' \ -H 'content-type: application/json' \
-H 'postman-token: 680d968e-9b13-85c8-f7d5-9b48a333702f' -H 'postman-token: 680d968e-9b13-85c8-f7d5-9b48a333702f'

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB