1.1.5 • Published 2 years ago

lispress v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

The core of lispress

Example

<script src="https://cdn.jsdelivr.net/npm/lispress/dist/lispress.min.js"></script>
<script>
  lispress.config({
    // username: '',
    // clientID: '',
    // clientSecret: '',
    // articles: '',
    // article: '',
    // background: '',
    // avatar: '',
  });
  lispress.setAvatar('#avatar');
  lispress.setUsername('#username');
  lispress.setGithubUrl('#githubUrl');
  lispress.getArticleContent('Vue3.md')
    .then((article) => console.log(article.substring(0, 100)));
  // The next two lines can't be used simultaneously. (github api rate limit)
  // lispress.getArticlesTitle().then(arr => console.log(arr))
  lispress
    .getSearchArticlesTitle(['Java', 'test'])
    .then((arr) => console.log(arr));
</script>
1.1.1

2 years ago

1.1.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago