Skip to content

OraliePham/api-facebooknew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working on NODE.js only

import { SimpleHttpClient, SimpleHttpRequest } from '@scdb/simple-http';

const httpClient = new SimpleHttpClient(
  new SimpleHttpRequest('https://api.myip.com/')
);

httpClient.get().then((res) => {
  res.res.on('data', (d) => console.log(d.toString()));
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published