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

skku_ps_chat

v1.0.0

Published

- **PS Chat**은 교수와 학생의 원할한 소통을 위해 만들어진 웹페이지 입니다. 익명으로 메세지를 전달함으로서 교수님께 직접 메세지를 보내기 어려워 하는 학생들에게 도움을 줄 것 입니다. - 교수님이 분야 혹은 과목별로 채팅방을 개설할 수 있고 학생들은 맞는 코드를 입력하여 채팅방에 입장할 수 있습니다. 익명성이 보장되기에 학생들은 자유롭게 교수님께 하고싶은 말을 하면 됩니다.

Downloads

2

Readme

PS Chat

페이지 소개

  • PS Chat은 교수와 학생의 원할한 소통을 위해 만들어진 웹페이지 입니다. 익명으로 메세지를 전달함으로서 교수님께 직접 메세지를 보내기 어려워 하는 학생들에게 도움을 줄 것 입니다.
  • 교수님이 분야 혹은 과목별로 채팅방을 개설할 수 있고 학생들은 맞는 코드를 입력하여 채팅방에 입장할 수 있습니다. 익명성이 보장되기에 학생들은 자유롭게 교수님께 하고싶은 말을 하면 됩니다.

Implementating step

  • VCS(Version control system)

    • branch
      • main : 웹페이지 프로트엔드 개발을 위한 branch
      • server : server 작업을 위한 branch
      • chatroom : 채팅방 페이지의 js등을 코딩하기 위한 branch
    • merge vs rebase : 기존의 branch를 보존할 수 있는 merge를 통해 두 명의 작업을 합쳤음.
    • git hub repository : 신현창의 github으로 remote repository를 만들었고 이상준이 collaborator로 참여.
  • HTML

    • Bootstrap toolkits을 사용하여 design.
    • 전체적인 색감을 초록색으로 하여 성균관대의 상징색을 의미했음.
    • css를 이용하여 요소들의 크기 위치들을 조절함.
  • Java Script

    • Server and client model을 node.js로 구현
    • 이를 위해 socket.io와 Express.js를 이용
    • Bootstrap의 JS를 이용하여 기능을 구현하기도 했음.

Links to Resource

Screenshot & how to use

  • 로그인 페이지
  • 가입 페이지
  • 시작 페이지
  • 채팅방 개설 페이지
  • 채팅방 페이지

installation & start

npm install PS_chat
cd PS_chat
node app.js <-- server 시작

//다음으로 원하는 브라우저 실행 후 주소창에 localhost:8000/log_in 입력 후 접속

Releases

  • version 1.0.0
  • Next version is up to you

How to contribute

License

MIT license

Code of Conduct

  • Safe work environment
  • Mutual respect
  • Empathy and kindness
  • Contstructive feedback
  • No trolling, insulting, harassment, etc.

Youtube link

우수 프로젝트 시상 프로그램에 지원합니다.