Updated readme
This commit is contained in:
parent
8ab1de35f7
commit
8e52e8ff80
10
README.md
10
README.md
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user