Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/im-machakata/im-machakata
Config files for my GitHub profile.
https://github.com/im-machakata/im-machakata
config github-config
Last synced: 5 days ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/im-machakata/im-machakata
- Owner: im-machakata
- Created: 2022-12-09T10:30:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:03:55.000Z (9 months ago)
- Last Synced: 2024-11-09T09:26:24.794Z (2 months ago)
- Topics: config, github-config
- Homepage: https://github.com/im-machakata
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```php
$aboutMe = new Bio();
$smartUser = new User();
$hiringManager = new User();// smart users
$smartUser
->reads($aboutMe)
->on('https://isaac.co.zw/');// hiring managers
$hiringManager
->reads($aboutMe)
->on('https://isaac.co.zw/')
->browsesProjects()
->emails('[email protected]')
->withJobOffer();
```