Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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();
```