npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tistory-calendar

v1.1.3

Published

Github calendar style Tistory post calendar

Downloads

28

Readme

티스토리용 포스트 캘린더 위젯

npm NPM npm

Github 스타일의 캘린더 위젯을 티스토리에서 사용해보세요

Github의 stat 캘린더는 개발 욕구를 증진시켜주는 역할도 하며, 지난 과거를 돌아볼 수도 있습니다.

이제 티스토리 위젯으로 포스팅 캘린더를 만나보세요 😃

예시 페이지

:zap: 적용방법

현재 Book Club 스킨에서만 적용 가능합니다.

1. 스킨 편집 메뉴 > 홈 설정 > 홈 화면 글 수 30으로 설정


2. 스킨 편집 메뉴 > html 편집 > 원하는 위치에 코드 삽입

카테고리와 공지사항 중간의 위치는 약 630번째 줄에 삽입

<div>
  <h2>포스팅</h2>
  <h1>25일 달력</h1>
  <div id="tistory-calendar" class="tistory-calendar">
  </div>
  <script src="https://unpkg.com/tistory-calendar/index.js"></script>
</div>		

:interrobang: 컨트리뷰트 또는 버그제보

Github Issue로 버그, 아이디어를 제보해주세요!