Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayli/jayli

readme
https://github.com/jayli/jayli

Last synced: about 1 month ago
JSON representation

readme

Awesome Lists containing this project

README

        

### Jayli is Here 👋

```javascript
import { SoftwareDeveloper } from '@jayli';

class Bio extends SoftwareDeveloper {
name = 'Jayli';
title = 'Front-End Engineer';
company = 'Fliggy';
location = 'Beijing, China';
website = 'https://js-perf.cn';
}

class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'VimScript', 'Lua', 'Python'];
databases = ['MySQL', 'MongoDB'];
frameworks = ['React', 'React Native'];
}
```