Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alljointtw/yo
yo is a optimizer of yourator.
https://github.com/alljointtw/yo
optimize seo yourator
Last synced: about 1 month ago
JSON representation
yo is a optimizer of yourator.
- Host: GitHub
- URL: https://github.com/alljointtw/yo
- Owner: AllJointTW
- License: mit
- Created: 2019-04-19T20:51:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T19:59:11.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T22:53:09.421Z (7 months ago)
- Topics: optimize, seo, yourator
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yo
> yo is a optimizer of yourator.## How To Use
1. Install Node.js
2. Clone Repo
```bash
git clone [email protected]:AllJointTW/yo.git
cd yo
```3. Install Package
```bash
yarn # or npm install
```4. Setup Your Jobs And Companies URL In `target.json`
**url**
![url of companies](https://user-images.githubusercontent.com/13268073/56444342-dd0e7800-632a-11e9-9eef-1c56c1b24cf2.png)
![url of jobs](https://user-images.githubusercontent.com/13268073/56444325-ca943e80-632a-11e9-8fbd-89f8bea5267b.png)**target.json**
```
{
"jobs": [...url],
"companies": [...url]
}
```5. Run Scripts
```
EMAIL=your-email PASSWORD=your-password SHOW_BROWSER=0 yarn start
```