An open API service indexing awesome lists of open source software.

https://github.com/pindlebot/websites


https://github.com/pindlebot/websites

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## websites

Top 100,000 most visited websites (according to SimiliarWeb):

```js
const websites = require('websites')

console.log(websites)
// => [
// 'google.com',
// 'youtube.com',
// 'facebook.com',
// ...
// ]
```