Skip to content

glazec/awesome-love

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Love Awesome jaywcjlove/sb contribute

There are various Awesome Lists in github, and there are numerous programs about love, but there is not a awesome list about love in github. Thus this repo exists.

This repo will about love, including programs about love, website about love, interesting ideas about love and real love story or experience.

Table of Contents

Websites

love stars last commit

This is a website based on the story between a couple. Really cute!

example

Read more about...

Loveyue stars last commit

This post teaches and inspires those who are interested creating a website for their beloved person.

example

Read more about...

Programmes

Love-You stars last_comit

"I love you" in different languages.

example

const loveYou = require("love-you");

console.log(loveYou.random());
// Мин сағаа хынчам ‎

console.log(loveYou.say("english"));
// I love you

console.log(loveYou.say("punjabi"));
// ਮੈਂ ਤੈਨੂੰ ਪਿਆਰ ਕਰਦਾ ਹਾਂ

// Promise-compatible :)
new Promise(function(answer) {
  answer(loveYou.say("french"));
}).then(function(yay) {
  console.log(yay);
  // Je t'aime
});

console.log(loveYou.list);
// [ 'I suɔ mo',
//   'Ek het jou lief',
//   'Mo dow',
//   ...
//   'Kenkamken',
//   'Mena tanda wena',
//   'I love you' ]

console.log(loveYou.i18n);
// { adangme: 'I suɔ mo',
//   afrikaans: 'Ek het jou lief',
//   ...
//   punjabi:
//    { by_man: 'ਮੈਂ ਤੈਨੂੰ ਪਿਆਰ ਕਰਦਾ ਹਾਂ',
//      by_woman: 'ਮੈਂ ਤੈਨੂੰ ਪਿਆਰ ਕਰਦੀ ਹਾਂ' },
//   quechua: 'qanta munani',
//   romanian: 'Te iubesc',
//   ...
//   english: 'I love you' }

Read more about...

Node Mail stars last commit

Use node to send a warm mail to your girlfriend everyday with scheduled. In the mail, there are weather reports, how long we have been together and the daily feed from ONE. You can also customize the program to build the unique feed for your lover.

example

Read more about...

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Releases

No releases published

Packages

No packages published