https://github.com/pindlebot/websites
https://github.com/pindlebot/websites
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pindlebot/websites
- Owner: pindlebot
- Created: 2018-07-13T00:16:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T01:24:39.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T10:03:18.630Z (about 2 years ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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',
// ...
// ]
```