Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ks-avinash/codeseek
Custom search engine for developers at codeseek.com
https://github.com/ks-avinash/codeseek
Last synced: 3 months ago
JSON representation
Custom search engine for developers at codeseek.com
- Host: GitHub
- URL: https://github.com/ks-avinash/codeseek
- Owner: ks-avinash
- Fork: true (stremovsky/codeseek)
- Created: 2019-08-29T07:33:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T20:15:34.000Z (over 5 years ago)
- Last Synced: 2023-09-12T17:31:54.299Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Database of sites for codeseek.com
Website [codeseek.com](http://codeseek.com/) is a custom search engine for developers.
It is a place where you can easily find relevant articles on [stackoverflow.com](https://stackoverflow.com/)
This service is using Google Custom Search engine.
Project' sites.txt file contains a curated list of developer resources.
Send your changes here or in our website.
#### Adding new site to sites.txt
After making changes to sites.txt file make sure it is sorted and duplicates removed.
```
sort -u -o sites.txt sites.txt
```