Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayli/jayli
readme
https://github.com/jayli/jayli
Last synced: about 1 month ago
JSON representation
readme
- Host: GitHub
- URL: https://github.com/jayli/jayli
- Owner: jayli
- License: mit
- Created: 2021-10-12T08:09:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T09:09:58.000Z (about 1 year ago)
- Last Synced: 2024-04-15T13:55:28.056Z (9 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'];
}
```